sherpa-onnx
sherpa-onnx copied to clipboard
Speech-to-text, text-to-speech, speaker diarization, speech enhancement, source separation, and VAD using next-gen Kaldi with onnxruntime without Internet connection. Support embedded systems, Android...
**the quantized of kokoro is here:** [https://huggingface.co/onnx-community/Kokoro-82M-v1.0-ONNX/blob/main/onnx/model_quantized.onnx](url) **the sherpa-onnx as follow:** sherpa-onnx 1.10.45 **use the command:** ``` python sherpa-onnx/python-api-examples/offline-tts-play.py \ --kokoro-model onnx-community/Kokoro-82M-v1.0-ONNX/onnx/model_quantized.onnx \ --kokoro-tokens onnx-community/Kokoro-82M-v1.0-ONNX/tokens.txt \ --kokoro-data-dir=onnx-community/Kokoro-82M-v1.0-ONNX/espeak-ng-data \ --kokoro-dict-dir=onnx-community/Kokoro-82M-v1.0-ONNX/dict \...
const h = tts.Module._SherpaOnnxOfflineTtsGenerateWithCallback( tts.handle, textPtr, config.sid, config.speed,(samples,progress)=>{ console.log(`收到 ${n} 个样本,进度: ${progress}`); return 1; }); 现在的实现逻辑如上面的,但是最终提示 RuntimeError: null function or function signature mismatch at wasm://wasm/02fb2f12:wasm-function[9902]:0x69a8b3 at wasm://wasm/02fb2f12:wasm-function[9996]:0x6ce624 at wasm://wasm/02fb2f12:wasm-function[4473]:0x3542d2 at...
你好,关于SHERPA_ONNX_LOGE的日志输出是否可以禁用? 即使在一些config配置中有配置了debug=0,但依然还是会在控制台打印出日志
If you get errors with tts for java API and have the following error log, please try ` jdk1.8.0_191`. The following versions have been reported not to work. ``` Not...
Here is my error message. I would like to know how to apply it in Electron! App threw an error during load Error: Could not find sherpa-onnx-node. Tried ../build/Release/sherpa-onnx.node ../build/Debug/sherpa-onnx.node...
hi dear team, i'm working on building a real-time asr and i want to add online speaker diarization feature on it. The offline diarization demo worked well on my machine....
我用sherpa-onnx-offline推理音频,只能推理出前面一部分。这是什么原因?应该怎么做?谢谢。
Hi team, First of all, thanks for your amazing work on Sherpa-ONNX! I'm currently working on a Unity-based TTS project where I successfully integrated Sherpa-ONNX with VITS models from both...
Hi. we tested all models also vocos+metcha but still the speed is low for use as screen reader and still espeak is the best choise for a blind couse of...
Mismatch diarization result between pyannote/speaker-diarization-3.0 and k2-fsa/speaker-diarization
I attempted to diarize the [audio clip](https://drive.google.com/file/d/1wGepP2v-vQQDoYUDZnFnGzXZE0ux42Lq/view?usp=sharing) using the same model, but I obtained different results. Is this a known issue related to the ONNX format, or did I make...