Add TTS API and examples for Dart (#1010)
This commit is contained in:
16
.github/scripts/test-dart.sh
vendored
16
.github/scripts/test-dart.sh
vendored
@@ -4,6 +4,22 @@ set -ex
|
||||
|
||||
cd dart-api-examples
|
||||
|
||||
pushd tts
|
||||
|
||||
echo '----------piper tts----------'
|
||||
./run-piper.sh
|
||||
rm -rf vits-piper-*
|
||||
|
||||
echo '----------coqui tts----------'
|
||||
./run-coqui.sh
|
||||
rm -rf vits-coqui-*
|
||||
|
||||
echo '----------zh tts----------'
|
||||
./run-zh.sh
|
||||
rm -rf sherpa-onnx-*
|
||||
|
||||
popd # tts
|
||||
|
||||
pushd streaming-asr
|
||||
|
||||
echo '----------streaming zipformer ctc HLG----------'
|
||||
|
||||
Reference in New Issue
Block a user