Add Swift API for MatchaTTS models. (#1684)

This commit is contained in:
Fangjun Kuang
2025-01-06 07:23:45 +08:00
committed by GitHub
parent 1fe5fe495f
commit 6f085babcc
12 changed files with 271 additions and 18 deletions

View File

@@ -31,7 +31,7 @@ fi
# to download more models
if [ ! -f ./matcha-icefall-en_US-ljspeech/model-steps-3.onnx ]; then
curl -SL -O https://github.com/k2-fsa/sherpa-onnx/releases/download/tts-models/matcha-icefall-en_US-ljspeech.tar.bz2
tar xvf matcha-icefall-en_US-ljspeech.tar.bz2
tar xf matcha-icefall-en_US-ljspeech.tar.bz2
rm matcha-icefall-en_US-ljspeech.tar.bz2
fi