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

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