rhasspy / rhasspy3

An open source voice assistant toolkit for many human languages
MIT License
300 stars 24 forks source link

Satellite: stuck at script/run ['ws://<serverip>:13331/pipeline/asr-tts'] #27

Open pipsen opened 1 year ago

pipsen commented 1 year ago

Hello to all,

first of all thank you for this awesome work!!

This is what I have achieved:

Problem: Wake word is working at satellite, but it gets stuck at:

DEBUG:rhasspy3.core:Loading config from /home/pi/rhasspy3/rhasspy3/configuration.yaml DEBUG:rhasspy3.core:Loading config from /home/pi/rhasspy3/config/configuration.yaml DEBUG:rhasspy3.program:mic_adapter_raw.py ['--samples-per-chunk', '1024', '--rate', '16000', '--width', '2', '--channels', '1', 'arecord -q -r 16000 -c 1 -f S16_LE -t raw -D plughw:CARD=Mini,DEV=0 -'] DEBUG:rhasspy3.program:.venv/bin/python3 ['bin/porcupine_stream.py', '--model', 'jarvis_raspberry-pi.ppn'] DEBUG:rhasspy3.wake:detect: processing audio DEBUG:rhasspy3.wake:detect: Detection(name='jarvis_raspberry-pi', timestamp=1239407741987) DEBUG:rhasspy3.program:script/run ['ws://10.10.10.5:13331/pipeline/asr-tts']

-> From there nothing is happening any more. Any ideas?

Shulyaka commented 1 year ago

Hi! Please try this fix: #30.

Could be the same problem as mine.