Add JavaScript (WebAssembly) API for Kokoro TTS models. (#1726)
This commit is contained in:
10
.github/scripts/test-nodejs-npm.sh
vendored
10
.github/scripts/test-nodejs-npm.sh
vendored
@@ -10,7 +10,15 @@ ls -lh
|
||||
ls -lh node_modules
|
||||
|
||||
# offline tts
|
||||
#
|
||||
|
||||
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
|
||||
|
||||
node ./test-offline-tts-kokoro-en.js
|
||||
|
||||
ls -lh
|
||||
|
||||
curl -SL -O https://github.com/k2-fsa/sherpa-onnx/releases/download/tts-models/matcha-icefall-zh-baker.tar.bz2
|
||||
tar xvf matcha-icefall-zh-baker.tar.bz2
|
||||
rm matcha-icefall-zh-baker.tar.bz2
|
||||
|
||||
Reference in New Issue
Block a user