You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was following your tutorial, up to the point of testing the Silero VAD - "Voice Activity Detection" chapter.
I noticed that sometimes (in my case like in 30% of cases) it throws an exception while recording sound activity like this:
(.venv) root@085dd18c329f:~/rhasspy3# script/run bin/mic_record_sample.py sample.wav
INFO:mic_record_sample:Recording sample.wav
INFO:mic_record_sample:Speaking started
INFO:mic_record_sample:Speaking ended
Traceback (most recent call last):
File "/root/rhasspy3/config/programs/vad/silero/bin/silero_speech_prob.py", line 89, in <module>
main()
File "/root/rhasspy3/config/programs/vad/silero/bin/silero_speech_prob.py", line 34, in main
print(speech_probability, flush=True)
BrokenPipeError: [Errno 32] Broken pipe
However when it happens it still manages to capture something to sample.wav
If it matters, I'm playing with Rhasspy3 in a ubuntu:latest docker container (22.04.2), for sound inside of the container I'm using ALSA emulation of pipewire client installed in the container. The Pipewire client is connected to my host Pipewire server via socket file. All ALSA native utilities inside of the container (aplay / arecord) are working just fine - I'm pretty sure the sound setup is a solid one.
The text was updated successfully, but these errors were encountered:
Hello there,
I was following your tutorial, up to the point of testing the Silero VAD - "Voice Activity Detection" chapter.
I noticed that sometimes (in my case like in 30% of cases) it throws an exception while recording sound activity like this:
However when it happens it still manages to capture something to sample.wav
If it matters, I'm playing with Rhasspy3 in a ubuntu:latest docker container (22.04.2), for sound inside of the container I'm using ALSA emulation of pipewire client installed in the container. The Pipewire client is connected to my host Pipewire server via socket file. All ALSA native utilities inside of the container (aplay / arecord) are working just fine - I'm pretty sure the sound setup is a solid one.
The text was updated successfully, but these errors were encountered: