Add vad with non-streaming ASR examples for Dart API (#1180)

This commit is contained in:
Fangjun Kuang
2024-07-28 23:01:03 +08:00
committed by GitHub
parent d279c8d20e
commit 69b6b47d91
21 changed files with 924 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ void main(List<String> arguments) async {
await initSherpaOnnx();
final parser = ArgParser()
..addOption('model', help: 'Path to the paraformer model')
..addOption('model', help: 'Path to the SenseVoice model')
..addOption('tokens', help: 'Path to tokens.txt')
..addOption('language',
help: 'auto, zh, en, ja, ko, yue, or leave it empty to use auto',