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
trafficstars

NAudio音频库录制的16k音频的 SubChunk1Size = 18 ,导致Line49报错 `Console.WriteLine($"Invalid SubChunk1Size: {SubChunk1Size}. Expect 16");` 此行改为 `if (SubChunk1Size != 16 && SubChunk1Size != 18)` 然后将 `SkipMetaData`方法改为如下,即可取出音频数据: private void SkipMetaData(BinaryReader reader) { var bs = reader.BaseStream;...

I can't even download TTS. https://github.com/k2-fsa/sherpa-onnx/releases --Only ASR ! Where's TTS?

# TODO - [ ] Support fp16 and/or int8 with TensorRT

help wanted

NAudio音频库录制的16k音频的 SubChunk1Size = 18 ,导致Line49报错 `Console.WriteLine($"Invalid SubChunk1Size: {SubChunk1Size}. Expect 16");` 此行改为 `if (SubChunk1Size != 16 && SubChunk1Size != 18)` 然后将 `SkipMetaData`方法改为如下,即可取出音频数据: private void SkipMetaData(BinaryReader reader) { var bs = reader.BaseStream;...

Hi. please append dariush tts from vocalizer voices. Its a very A middle-aged man's voice with sharp pronunciation of words. listen this: [dariush from vocalizer voices.zip](https://github.com/k2-fsa/sherpa-onnx/files/14095207/dariush.from.vocalizer.voices.zip) Moded version download links[with...

Thanks for this awesome project I was just wondering if there is any example using with aiortc for ASR.

https://github.com/k2-fsa/sherpa-onnx/blob/ac43c2d7b67e90c86424c4a9697f17f6372e2ff8/android/SherpaOnnxVadAsr/app/src/main/java/com/k2fsa/sherpa/onnx/MainActivity.kt#L167 Shouldn't this value be 32767 (Short.MAX_VALUE) instead of `32768`?