Add C# API for Kokoro TTS models (#1720)
This commit is contained in:
10
dotnet-examples/kokoro-tts/run-kokoro-en.sh
Executable file
10
dotnet-examples/kokoro-tts/run-kokoro-en.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
set -ex
|
||||
|
||||
if [ ! -f ./kokoro-en-v0_19/model.onnx ]; then
|
||||
curl -SL -O https://github.com/k2-fsa/sherpa-onnx/releases/download/tts-models/kokoro-en-v0_19.tar.bz2
|
||||
tar xf kokoro-en-v0_19.tar.bz2
|
||||
rm kokoro-en-v0_19.tar.bz2
|
||||
fi
|
||||
|
||||
dotnet run
|
||||
Reference in New Issue
Block a user