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

@@ -4,6 +4,33 @@ set -ex
cd dart-api-examples
pushd vad-with-non-streaming-asr
echo '----------TeleSpeech CTC----------'
./run-telespeech-ctc.sh
rm -rf sherpa-onnx-*
echo "----zipformer transducer----"
./run-zipformer-transducer.sh
rm -rf sherpa-onnx-*
echo "----whisper----"
./run-whisper.sh
rm -rf sherpa-onnx-*
echo "----paraformer----"
./run-paraformer.sh
rm -rf sherpa-onnx-*
echo "----SenseVoice zh----"
./run-sense-voice-zh.sh
rm -rf sherpa-onnx-*
echo "----SenseVoice en----"
./run-sense-voice-en.sh
rm -rf sherpa-onnx-*
popd
pushd keyword-spotter
./run-zh.sh
popd