Fixed the C api calls and created the TTS project file (#1324)
Co-authored-by: Michael Twohey <mtwohey@americanambulance.com>
This commit is contained in:
@@ -6,5 +6,13 @@ namespace TTS.Struct
|
||||
public struct SherpaOnnxOfflineTtsConfig
|
||||
{
|
||||
public SherpaOnnxOfflineTtsModelConfig model;
|
||||
|
||||
[MarshalAs(UnmanagedType.LPStr)]
|
||||
public string rule_fsts;
|
||||
|
||||
public int max_num_sentences;
|
||||
|
||||
[MarshalAs(UnmanagedType.LPStr)]
|
||||
public string rule_fars;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user