-
Hi, this library is great! I'm using it for my app and it is definitely a nice feature. You mentioned you may add a more accurate DNN model. Any timeframe in mind for this?
Thanks for your work!
-
Hello there,
I was following your [tutorial](https://github.com/rhasspy/rhasspy3/blob/master/docs/tutorial.md), up to the point of testing the Silero VAD - "Voice Activity Detection" chapter.
I …
-
Initial thoughts and tests.
On boot, pairing comes up with 3 choices and audio sounds good.
My choice "Run locally"
Once again the voice sounds good with the validation
First bug*
* When mycrof…
-
I want to run your tts model, I compiler sherpa-onnx follow the steps:
```git clone https://github.com/k2-fsa/sherpa-onnx
cd sherpa-onnx
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
…
-
it was said in the comment "Silero VAD models were trained using 512, 1024, 1536 samples for 16000 sample rate"
so, for a better acuuracy, should i chosse 1536 as my window_size_samples?
however, fo…
-
While the VAD (especially the micro one) was explicitly designed for IOT / edge / mobile use cases, we do not have the resource or expertise to provide instructions for corresponding ARM / mobile buil…
-
Thank you for releasing the code
since this implementation require less memory than other implementation
adding VAD (Voice activity detection) should be more suitable
Voice activity detection mak…
-
## 🐛 Bug
Trying to run the language (99% accuracy, 95 languages version) sample code provide in https://github.com/snakers4/silero-vad/wiki/Other-Models throws RuntimeError "stft requires the retur…
-
Hello all. I am working on a project pertaining to ASR in phone calls. After being dissatisfied with some of the commercial options, I wanted to try this. Is there a built in way to know when the othe…
-
Wonderful pipeline, thanks a lot for your great work! It was a bit painful to set up in my case but now it works like a charm. Still I am curious about the usage of silenceremove and VAD together. Sho…