sherpa-onnx icon indicating copy to clipboard operation
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,...

Results 224 sherpa-onnx issues
Sort by recently updated
recently updated
newest added

如kaldi这样实现的,这个sherp onnx怎么实现呢 ![insule](https://github.com/k2-fsa/sherpa-onnx/assets/10397504/97140f27-61e8-4e70-a9a8-c6138dc58331)

It would be nice to have React Native binding for sherpa-onnx. We can use https://github.com/mybigday/whisper.rn as a reference. Please see also https://github.com/mybigday/whisper.rn/discussions/97 CC @Hannes1

These are hack codes for anyone who wants to try OpenVINO as Execution Provider Prerequisites: Follow this [wiki](https://github.com/microsoft/onnxruntime-inference-examples/tree/main/c_cxx/OpenVINO_EP/Windows#how-to-build) to setup OpenVINO toolkit and build ONNX Runtime After building ONNX Runtime...

我在https://github.com/k2-fsa/sherpa-onnx/releases/tag/tts-models里面好像没有找到中英混合模型,请问后续会添加中英混合的模型吗?thx

To support the models trained with byte level bpe, you can take https://github.com/k2-fsa/sherpa/pull/462 as a reference.

help wanted

Integrate changes from https://github.com/k2-fsa/sherpa-onnx/pull/147 TODOs - [ ] Fix iOS demo - [ ] Fix .Net demo - [ ] Fix Python APIs

加载模型或者执行tts,偶尔会导致我的windows笔记本黑屏后重启,碰到很多次了。目前是用cpu推理的,没有gpu,win10系统。其他人有碰到这个问题吗?

I found that in many cases the first word of a audio is not able to get decoded properly. But when I use the .pth model in icefall instead of...

I tried to use the `python-api-examples/online-websocket-client-microphone.py` when i started the `sherpa-onnx-online-websocket-server` already, but i got the blank results. ``` Started! Please speak {"is_final":false, "segment":0, "start_time":0.00, "text": "", "timestamps": [], "tokens":[]}...