Add C# API for Kokoro TTS models (#1720)

This commit is contained in:
Fangjun Kuang
2025-01-16 16:30:10 +08:00
committed by GitHub
parent 2d0869c709
commit cc812e6237
11 changed files with 381 additions and 2 deletions

View File

@@ -2,7 +2,11 @@
cd dotnet-examples/
cd ./offline-tts
cd ./kokoro-tts
./run-kokoro-en.sh
ls -lh
cd ../offline-tts
./run-matcha-zh.sh
ls -lh *.wav
./run-matcha-en.sh
@@ -19,7 +23,8 @@ pushd ../..
mkdir tts
cp dotnet-examples/offline-tts/*.wav ./tts
cp -v dotnet-examples/kokoro-tts/*.wav ./tts
cp -v dotnet-examples/offline-tts/*.wav ./tts
popd
cd ../offline-speaker-diarization