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

I am using the C# on windows and was able to get things working with CUDA 11.8. I am trying to find a common toolkit with another part of my...

Hello, I am using your TTS as an Android Text-to-Speech (TTS) engine for offline use, but I have encountered an issue with the audio synthesis. It is taking approximately **500...

See also https://github.com/myshell-ai/MeloTTS/issues/164 CC @khacpv

TTS Service Implementation Guide 1. File Structure The following is the recommended file structure for the TTS service: ``` tts-service/ ├── server.js ├── package.json ├── public/ │ └── index.html └──...

前置条件:依赖"sherpa_onnx": "1.11.3"版本; 设备:dayun200 Openharmony 5.1.0.55; 结果: Error message:the requested module 'sherpa_onnx' does not provide an export name 'createCircularBuffer' which imported by 'kg_modules/sherpa_onnx/src/main/ets/components/Vad' Stacktrace: Cannot get SourceMap info, dump raw stack:...

I'm usiung **streaming** Zipformer CTC model along with HL.fst and/or HLG.fst is there anyway that we can output token when something out of that vocabulary is recognized, even is in...

使用 vits-icefall-zh-aishell3模型的时候 运行下面命令时,数字部分读不出来,是怎么回事,lexicon.txt没有对应的问题吗?,是否有提供的带有数字的lexicon.txt文件。 python3 tts_.py --vits-model=./vits-icefall-zh-aishell3/model.onnx --vits-lexicon=./vits-icefall-zh-aishell3/lexicon.txt --vits-tokens=./vits-icefall-zh-aishell3/tokens.txt --tts-rule-fsts=./vits-icefall-zh-aishell3/phone.fst,./vits-icefall-zh-aishell3/date.fst,./vits-icefall-zh-aishell3/number.fst --sid=103 --output-filename=./rule-103.wav "根据第7次全国人口普查结果表明,我国总人口有1443497378人。普查登记的大陆31个省、自治区、直辖市和现役军人的人口共1411778724人。电话号码是110。 手机号是13812345678"

Hello and first of all thank you SO MUCH for all your work, i'm loving the fact that i can drive with Organic Maps while receiving instructions from GLADOS it...

# Description ## Overview This PR implements a new build process that consolidates WebAssembly output into a single file, improving compatibility for web environments and preparing the groundwork for React...

I have Nvidia GPU with Compute capability 6.1 and CUDA 11.8 installed. I'm using sherpa-onnx-v1.11.3-win-x64-cuda on Win10 x64. `sherpa-onnx-offline.exe --tokens=./sherpa-onnx-zipformer-en-2023-03-30/tokens.txt --encoder=./sherpa-onnx-zipformer-en-2023-03-30/encoder-epoch-99-avg-1.onnx --decoder=./sherpa-onnx-zipformer-en-2023-03-30/decoder-epoch-99-avg-1.onnx --joiner=./sherpa-onnx-zipformer-en-2023-03-30/joiner-epoch-99-avg-1.onnx --provider="cpu" test.wav` This command have executed successfully...