Add Swift API for Kokoro TTS models (#1721)
This commit is contained in:
@@ -20,7 +20,7 @@ if [ ! -f ./hifigan_v2.onnx ]; then
|
||||
curl -SL -O https://github.com/k2-fsa/sherpa-onnx/releases/download/vocoder-models/hifigan_v2.onnx
|
||||
fi
|
||||
|
||||
if [ ! -e ./tts ]; then
|
||||
if [ ! -e ./tts-matcha-zh ]; then
|
||||
# Note: We use -lc++ to link against libc++ instead of libstdc++
|
||||
swiftc \
|
||||
-lc++ \
|
||||
|
||||
Reference in New Issue
Block a user