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...
This issue is to track how to get German working and what options one need to consider. # dotnet-examples https://github.com/k2-fsa/sherpa-onnx/tree/master/dotnet-examples - [ ] keyword-spotting-from-files - [ ] keyword-spotting-from-microphone - [...
This issue causes data errors in the buffer when running the example at https://k2-fsa.github.io/sherpa/onnx/tts/pretrained_models/vits.html#generate-speech-with-python-script, resulting in no sound output. Install the test environment ```bash conda create -n sherpa-onnx python=3.12 conda...
看完 CosyVoice 的效果展示直接被惊艳到了。希望能支持此模型得到更加优质的TTS
I've tested the latest kws-model(sherpa-onnx-kws-zipformer-wenetspeech-3.3M-2024-01-01.tar.bz2 from https://github.com/k2-fsa/sherpa-onnx/releases/tag/kws-models) against my own voice, but both of the 2 models(encoder-epoch-99-avg-1, encoder-epoch-12-avg-2) in it recognized my "bo2" as "guo2" wrongly: ``` $ cat ../keywords.txt...
Optimized the sharding logic, the SpeechSegment time period is controlled in the voice-activity-detector module, and the export of the last flush is more concise
[6_介绍一下巡检机器_1727156347.7198553.zip](https://github.com/user-attachments/files/17108785/6_._1727156347.7198553.zip)
因为使用了其他模型关系;使用 implementation 'com.microsoft.onnxruntime:onnxruntime-android:1.18.0' 重新编译得到的 libsherpa-onnx-jni.so 文件,识别语音得到下面的文本 text=你好。--size=9728 每次都多带着类似的文本,请问如何去除
Hello I get the following error when sending a long file >50 mins. File format is 16k sampling rate. File "/home/sherpa-onnx/python-api-examples/lib/python3.12/site-packages/websockets/legacy/protocol.py", line 1289, in close_connection await self.transfer_data_task File "/home/sherpa-onnx/python-api-examples/lib/python3.12/site-packages/websockets/legacy/protocol.py", line...
0,"00:01:35,870 --> 00:01:36,828",'',我一次餓急了 生成的默认会有很多繁体字,whisper好像可以通过prompt指定繁体字,请问这个在sherpa里面应该如何传入呢?有例子吗
Hi, iOS is properly working, but when i try with MacOS build script with swift api examples, kindda confuse how to use it ? Any step by step guide for...