Satellite: stuck at script/run ['ws://<serverip>:13331/pipeline/asr-tts']
pipsen opened this issue · 1 comments
Hello to all,
first of all thank you for this awesome work!!
This is what I have achieved:
- worked through the whole tutorial and the whole pipeline is working
- at the server I started two processes for being ready for clients:
- ./script/http_server --debug --server asr faster-whisper --server tts piper &
- curl -X POST 'localhost:13331/pipeline/run' (in a while loop)
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?