rhasspy / wyoming-satellite

Remote voice satellite using Wyoming protocol
MIT License
578 stars 83 forks source link

Stops taking commands after about three commands #150

Open m-abs opened 5 months ago

m-abs commented 5 months ago

I run the satellite on a Raspberry PI 4 with a Jabra 410 speaker+microphone.

If I make about three commands within a short time, I can't make any more commands for a while (several minuts).

● wyoming-wakeword.service - openWakeWord
     Loaded: loaded (/etc/systemd/system/wyoming-wakeword.service; enabled; preset: enabled)
     Active: active (running) since Thu 2024-04-11 22:24:17 CEST; 4min 32s ago
   Main PID: 2808 (python3)
      Tasks: 8 (limit: 3910)
        CPU: 43.261s
     CGroup: /system.slice/wyoming-wakeword.service
             ├─2808 python3 /home/mabs/wyoming-satellite/local/wyoming-openwakeword/script/run --uri tcp://127.0.0.1:10>
             └─2810 /home/mabs/wyoming-satellite/local/wyoming-openwakeword/.venv/bin/python3 -m wyoming_openwakeword ->

Apr 11 22:26:09 raspberrypi run[2810]: DEBUG:root:Triggered hey_kitt (client=13267029014806)
Apr 11 22:26:14 raspberrypi run[2810]: DEBUG:root:Triggered hey_kitt (client=13267029014806)
Apr 11 22:26:14 raspberrypi run[2810]: DEBUG:root:Triggered hey_kitt (client=13267029014806)
Apr 11 22:26:28 raspberrypi run[2810]: DEBUG:root:Triggered hey_kitt (client=13267029014806)
Apr 11 22:26:45 raspberrypi run[2810]: DEBUG:root:Triggered hey_kitt (client=13267029014806)
Apr 11 22:26:45 raspberrypi run[2810]: DEBUG:root:Triggered hey_kitt (client=13267029014806)
Apr 11 22:27:00 raspberrypi run[2810]: DEBUG:root:Triggered hey_kitt (client=13267029014806)
Apr 11 22:27:05 raspberrypi run[2810]: DEBUG:root:Triggered hey_kitt (client=13267029014806)
Apr 11 22:27:05 raspberrypi run[2810]: DEBUG:root:Triggered hey_kitt (client=13267029014806)
Apr 11 22:27:05 raspberrypi run[2810]: DEBUG:root:Triggered hey_kitt (client=13267029014806)

● wyoming-satellite.service - Wyoming Satellite
     Loaded: loaded (/etc/systemd/system/wyoming-satellite.service; enabled; preset: enabled)
     Active: active (running) since Thu 2024-04-11 22:24:17 CEST; 4min 3s ago
   Main PID: 2807 (python3)
      Tasks: 4 (limit: 3910)
        CPU: 8.351s
     CGroup: /system.slice/wyoming-satellite.service
             ├─2807 python3 /home/mabs/wyoming-satellite/script/run --name "Wyoming Satellite" --uri tcp://0.0.0.0:1070>
             ├─2809 /home/mabs/wyoming-satellite/.venv/bin/python3 -m wyoming_satellite --name "Wyoming Satellite" --ur>
             └─2817 arecord -D plughw:CARD=USB,DEV=0 -q -r 16000 -c 1 -f S16_LE -t raw

Apr 11 22:27:05 raspberrypi run[2809]: DEBUG:root:Wake word detection occurred during refractory period
Apr 11 22:27:05 raspberrypi run[2809]: DEBUG:root:Wake word detection occurred during refractory period
tannisroot commented 4 months ago

As a workaround try setting --wake-refractory-seconds 0