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...
I have a model based on Piper, which I converted using Sherpa ONNX. During the conversion, I specified the language as "uz" (Uzbek). When running the ONNX model through an...
https://github.com/k2-fsa/sherpa-onnx/pull/1010 added Dart API for text-to-speech We have published the Dart API package to https://pub.dev/packages/sherpa_onnx Currently, we only have text-to-speech [examples](https://github.com/k2-fsa/sherpa-onnx/tree/master/dart-api-examples/tts) for pure Dart. We want to build a text-to-speech...
Good afternoon. I'm trying to run sherpa-onnx in my C# project (using the nuget package org.k2fsa.sherpa.onnx) And not just run it on the CPU (everything works well on it and...
使用tts vits-icefall-zh-aishell3模型,输入只有一个或两个字时,输出声音奇奇怪怪的,这个小参数量的模型挺快的,希望新一代作者们能抽空解决下这个问题。
This PR add `tokenize-hotwords` option to hotwods. Now we only support tokenizing hotwords for models trained on `cjkchar`, `bpe` and `cjkchar+bpe`. For those who want to use hotwords for other...
Fixes #633 @szaszakgy Could you use this PR to test the wave failing to decode? Please use first the `test.py` from this PR. You need to re-export the model using...
Hi. I have a phoneme-based Zipformer model. Before this [PR](https://github.com/k2-fsa/sherpa-onnx/pull/828), I was able to apply hotwords encoding for phoneme sequences, e.g. `ɪ z/dʒ ʌ s t/b ɛ s t`, following...
There was no error when I installed sherpa-onnx-gpu, but when I executed the command "python3 -c "import sherpa_onnx; print(sherpa_onnx.__file__)" an error occurred
We have https://github.com/k2-fsa/sherpa-onnx/blob/d94506698daba388a251fc653c6f2c486006db91/sherpa-onnx/csrc/online-model-config.h#L22 in C++ API and we need to add it to c-api https://github.com/k2-fsa/sherpa-onnx/blob/d94506698daba388a251fc653c6f2c486006db91/sherpa-onnx/c-api/c-api.h#L79 (Please add it as the last struct member.) Also, we need to update APIs of...
See also #982 CC @rohithkodali