Add Swift API for MatchaTTS models. (#1684)
This commit is contained in:
18
.github/scripts/test-swift.sh
vendored
18
.github/scripts/test-swift.sh
vendored
@@ -7,6 +7,18 @@ echo "pwd: $PWD"
|
||||
cd swift-api-examples
|
||||
ls -lh
|
||||
|
||||
./run-tts-vits.sh
|
||||
ls -lh
|
||||
rm -rf vits-piper-*
|
||||
|
||||
./run-tts-matcha-zh.sh
|
||||
ls -lh
|
||||
rm -rf matcha-icefall-*
|
||||
|
||||
./run-tts-matcha-en.sh
|
||||
ls -lh
|
||||
rm -rf matcha-icefall-*
|
||||
|
||||
./run-speaker-diarization.sh
|
||||
rm -rf *.onnx
|
||||
rm -rf sherpa-onnx-pyannote-segmentation-3-0
|
||||
@@ -38,8 +50,9 @@ popd
|
||||
ls -lh /Users/fangjun/Desktop
|
||||
cat /Users/fangjun/Desktop/Obama.srt
|
||||
|
||||
./run-tts.sh
|
||||
ls -lh
|
||||
rm -rf sherpa-onnx-whisper*
|
||||
rm -f *.onnx
|
||||
rm /Users/fangjun/Desktop/Obama.wav
|
||||
|
||||
./run-decode-file.sh
|
||||
rm decode-file
|
||||
@@ -48,5 +61,4 @@ sed -i.bak '20d' ./decode-file.swift
|
||||
|
||||
./run-decode-file-non-streaming.sh
|
||||
|
||||
|
||||
ls -lh
|
||||
|
||||
Reference in New Issue
Block a user