Add Dart API for MatchaTTS models (#1687)
This commit is contained in:
41
.github/scripts/test-dart.sh
vendored
41
.github/scripts/test-dart.sh
vendored
@@ -4,6 +4,31 @@ set -ex
|
||||
|
||||
cd dart-api-examples
|
||||
|
||||
pushd tts
|
||||
|
||||
echo '----------matcha tts----------'
|
||||
./run-matcha-zh.sh
|
||||
./run-matcha-en.sh
|
||||
ls -lh *.wav
|
||||
rm -rf matcha-icefall-*
|
||||
rm *.onnx
|
||||
|
||||
echo '----------piper tts----------'
|
||||
./run-piper.sh
|
||||
rm -rf vits-piper-*
|
||||
|
||||
echo '----------coqui tts----------'
|
||||
./run-coqui.sh
|
||||
rm -rf vits-coqui-*
|
||||
|
||||
echo '----------zh tts----------'
|
||||
./run-vits-zh.sh
|
||||
rm -rf sherpa-onnx-*
|
||||
|
||||
ls -lh *.wav
|
||||
|
||||
popd # tts
|
||||
|
||||
pushd speaker-diarization
|
||||
echo '----------speaker diarization----------'
|
||||
./run.sh
|
||||
@@ -106,22 +131,6 @@ rm -rf sherpa-onnx-*
|
||||
|
||||
popd # non-streaming-asr
|
||||
|
||||
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----------'
|
||||
|
||||
1
.github/workflows/checksum.yaml
vendored
1
.github/workflows/checksum.yaml
vendored
@@ -7,6 +7,7 @@ on:
|
||||
|
||||
jobs:
|
||||
checksum:
|
||||
if: github.repository_owner == 'k2-fsa'
|
||||
runs-on: macos-latest
|
||||
strategy:
|
||||
matrix:
|
||||
|
||||
Reference in New Issue
Block a user