Open Shulyaka opened 1 year ago
Update: Looks like the error is from my mic command ('parecord'). Might be not related to rhasspy. I will close the issue until I find more evidence.
After some investigation I have to reopen the issue.
While the error indeed comes from parecord
, the error also repeats with arecord
, even though with higher success rate (probably due to different buffer size in arecord
and parecord
).
The process is terminated on purpose (end of ASR), however rhasspy gets block after that because it did not read all the output from the process.
I'll make a PR to fix that shortly.
Hi! I've been trying it out on my Raspberry Pi. Unfortunately I can't make it work. The individual parts seems to be working fine, but the pipeline is not working properly. It recognizes the words I am saying to it,
Same happens on asr_transcribe, regardless of whether it is a subprocess or a server/client:
I am on master branch, this is my configuration.yaml:
Unfortunately, the debug logs are not extensive enough for me to understand at which point it fails.