Add C# API for Moonshine models. (#1483)
* Also, return timestamps for non-streaming ASR.
This commit is contained in:
@@ -24,6 +24,7 @@ namespace SherpaOnnx
|
||||
BpeVocab = "";
|
||||
TeleSpeechCtc = "";
|
||||
SenseVoice = new OfflineSenseVoiceModelConfig();
|
||||
Moonshine = new OfflineMoonshineModelConfig();
|
||||
}
|
||||
public OfflineTransducerModelConfig Transducer;
|
||||
public OfflineParaformerModelConfig Paraformer;
|
||||
@@ -54,5 +55,6 @@ namespace SherpaOnnx
|
||||
public string TeleSpeechCtc;
|
||||
|
||||
public OfflineSenseVoiceModelConfig SenseVoice;
|
||||
public OfflineMoonshineModelConfig Moonshine;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user