I tried to follow the instruction to build text-to-speech with WebAssembly.
https://k2-fsa.github.io/sherpa/onnx/tts/wasm/index.html
When I used English language as in instruction. It worked well.
But when I tried to use some models for different languages.
https://github.com/k2-fsa/sherpa-onnx/releases/download/tts-models/vits-piper-de_DE-mls-medium.tar.bz2
It did not generate correct audio voices.
(in the case of single speaker model, it seems to work, but for multiple speakers not work well)
How can I solve this problem?
I tried to follow the instruction to build text-to-speech with WebAssembly.
https://k2-fsa.github.io/sherpa/onnx/tts/wasm/index.html
When I used English language as in instruction. It worked well.
But when I tried to use some models for different languages.
https://github.com/k2-fsa/sherpa-onnx/releases/download/tts-models/vits-piper-de_DE-mls-medium.tar.bz2
It did not generate correct audio voices.
(in the case of single speaker model, it seems to work, but for multiple speakers not work well)
How can I solve this problem?