Add C# API for Kokoro TTS models (#1720)
This commit is contained in:
9
.github/scripts/test-dot-net.sh
vendored
9
.github/scripts/test-dot-net.sh
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user