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

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

*Built it with:* ```console git clone https://github.com/k2-fsa/sherpa-onnx cd sherpa-onnx cmake -B build . -DCMAKE_BUILD_TYPE=Release -DSHERPA_ONNX_ENABLE_BINARY=ON cmake --build build -j8 ``` *Prepare Whisper* ```console winget install -e --id JernejSimoncic.Wget winget install...

*Build commands:* ```console git clone https://github.com/k2-fsa/sherpa-onnx cd sherpa-onnx cmake -B build . cmake --build build -j8 ``` **Note:** the error disapper if I add `-DCMAKE_BUILD_TYPE=Release` *Error:* ```console onnxruntime.lib(subgraph_gpt.obj) : error...

I would like to use sherpa-onnx for speaker diarization. However the current vad modal (silero) doesn't works well and doesn't detect speech correctly. I tried another onnx model in the...

Running speech synthesis ONNX models on an ARM embedded platform without a GPU, using only the CPU?

When I run flutter-examples project, first click start asr, UI process is stuck, how to optimize this piece. In addition, when I realized the loading model myself, the UI process...

![image](https://github.com/user-attachments/assets/2a50b908-3ddd-40ca-aa11-8da7deab7f28) I follow the instructions to try TTS model vits-melo-tts-zh_en, but the script proposed the bug : audio = tts.generate(args.text, sid=args.sid, speed=args.speed) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ IndexError: invalid unordered_map key what's going on?

Sherpa-ONNX deployment with the provided token.txt only supports models trained with BPE modeling , while models trained with BBPE modeling are not supported for deployment decoding. ![1722413099877](https://github.com/user-attachments/assets/c29fabca-538a-4891-b7ff-ea816c6acebb) ![Uploading 1722413362732.png…]()

### Macos version ProductName: macOS ProductVersion: 14.5 BuildVersion: 23F79 ### Clang version: - clang version 16.0.6 - Target: arm64-apple-darwin - Thread model: posix ### Cmake version: - cmake version 3.29.6...

**I Added Voice Effects Like Baby,Chipmunk,Robot,Reverse Etc. This Works Fine , But Will This Drop The Quality Of The Audio?** ``` fun generateWithCallback( text: String, sid: Int = 0, speed:...

首先非常感谢作者的响应效率,真的是无敌,比funasr强几百倍。 希望能build一个cuda版本的sherpa-onnx.dll, 取名 sherpa-onnx-cuda.dll, 万分感谢