-
Tested with both small and tiny model sizes.
Using the Streaming example with VAD turned on etc. I've tried different settings and tried using a prompt to try and eliminate hallucinations and sound…
-
Hello,
In testing out rhasspy with a few commands via Home Assistant and the addon, I noticed that if the text is long TTS is not outputting replies, though the log shows the full reply and that it w…
-
I'm utilizing `stable-ts` alongside `faster-whisper`'s integrated VAD parameters, and I've noticed that when executing the following code snippet:
`result = model.transcribe_stable(filename, regroup=…
-
I was wondering if I could make that vad package work offline as an example I use on the web.
If you've ever used a related source, or know anything, please let me know actively!
+) Current progre…
-
First of all, thank you for providing this wonderful platform.
In nodejs-addon-examples, If I give sampleRate : 8000 . It gives an error.
`...silero-vad-model.cc:Impl:30 Expected sample rate 1600…
-
I guess I miss something.
On the server I have configured following:
```
cmd:
/root/rhasspy3/script/run /root/rhasspy3/bin/pipeline_run.py --loop --debug
config:
pipelines:
default:
…
-
Having better silence detection would aid in chopping up audio files containing wake word information to reduce false positives.
Currently to make sure individual files capture only aspects of the…
-
## 🐛 Bug
Sometimes, due to rounding, the speech segment end_time can be bigger than audio end time; see [this](https://github.com/snakers4/silero-vad/blob/master/src/silero_vad/utils_vad.py#L381) l…
-
This deprecated import is now broken after the move of the silero classes: https://github.com/pipecat-ai/pipecat/blob/main/src/pipecat/vad/silero.py#L11 (the updated import works, but rather than givi…
-
we must use v4 version of Silero because the latest one, v5, changed the interface. PR #115 was a hotfix.
This summarizes the benefits of v5 and the change of interface:
https://github.com/snake…