sherpa-onnx
sherpa-onnx copied to clipboard
Speech-to-text, text-to-speech, speaker diarization, and VAD using next-gen Kaldi with onnxruntime without Internet connection. Support embedded systems, Android, iOS, HarmonyOS, Raspberry Pi, RISC-V,...
How to create LM to use for Nemo offline model in nodejs or python version and how to create those HCG graphs for nemo model.
(myenv) ubuntu@152:~/sherpa-onnx/python_api_examples$ python3 test.py Elapsed: 0.080 Saved sentence_0.wav. Elapsed: 0.085 Saved sentence_1.wav. Elapsed: 0.080 Saved sentence_2.wav. Elapsed: 0.074 Saved sentence_3.wav. Elapsed: 0.054 Saved sentence_4.wav. Elapsed: 0.081 Saved sentence_5.wav. Elapsed: 0.067...
Hello, I was looking at implementing RNNLM rescoring and saw that there was a RNNLM option for offline ASR, as stated here Add RNN LM rescore for offline ASR with...
my problem is when i want use the powershell to send farsi phrase to tts, the powershell does not support the persian unicode and i want to know that you...
I am trying to add QNN execution provider. I have compiled onnxruntime with QNN support and added QNN execution provider in session.cc script. But while running the android application, I...
Example: sherpa-onnx/go-api-examples/vad-asr-paraformer go version go1.22.0 windows/amd64 bug info: ``` 2024/04/02 14:06:59.904411 Selected default input device: 麦克风阵列 (适用于数字麦克风的英特尔® 智音技术) 2024/04/02 14:07:00.273700 Started! Please speak 2024/04/02 14:07:18.407361 Detected speech 2024/04/02 14:07:19.597375 Duration:...
It would be nice if rather than there being a multitude of applications for different fs models, different languages etc, there was just one application to download initially which could...
Can I use hotwords (contextual biasing) to introduce completely new words (like difficult geographical names) ? In the documentation I found only example of using hotwords for boosting pronounciation of...
I am trying to run the onnx model directly with onnx-web-runtime and I was able to. But I am finding it difficult to compile the piper-phonemizer for wasm. Can you...
its the fork of https://github.com/mablue/SherpaOnnxTtsEngineAndroid/ also ANDRODI build workflow working fine if needed.