Add Dart API for MatchaTTS models (#1687)

This commit is contained in:
Fangjun Kuang
2025-01-06 11:03:31 +08:00
committed by GitHub
parent c6fcd32552
commit d7c95d33a3
10 changed files with 349 additions and 24 deletions

View File

@@ -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----------'

View File

@@ -7,6 +7,7 @@ on:
jobs:
checksum:
if: github.repository_owner == 'k2-fsa'
runs-on: macos-latest
strategy:
matrix: