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
Have tried to set wake word to the device, but it's still streaming constant audio to my HA instance. It basically doubles my cpu usage!
Anybody have any tips?! Thanks
here is both my satellite config, and the wake word config:
Have tried to set wake word to the device, but it's still streaming constant audio to my HA instance. It basically doubles my cpu usage!
Anybody have any tips?! Thanks
here is both my satellite config, and the wake word config:
[Unit]
Description=Wyoming Satellite
Wants=network-online.target
After=network-online.target
Requires=wyoming-openwakeword.service
Requires=2mic_leds.service
[Service]
Type=simple
ExecStart=/home/voicesatellite/wyoming-satellite/script/run
--name 'my satellite'
--uri 'tcp://0.0.0.0:10700'
--mic-auto-gain 5
--mic-noise-suppression 2
--event-uri 'tcp://127.0.0.1:10500'
--mic-command 'arecord -D plughw:CARD=seeed2micvoicec,DEV=0 -r 16000 -c 1 -f S16_LE -t raw'
--snd-command 'aplay -D plughw:CARD=seeed2micvoicec,DEV=0 -r 22050 -c 1 -f S16_LE -t raw'
--detection-command '/home/voicesatellite/wyoming-satellite/examples/commands/detection.sh'
--wake-uri 'tcp://127.0.0.1:10400'
--wake-word-name 'hey_woodhouse'
--awake-wav '/sounds/sir.wav'
--done-wav '/sounds/done.wav'
WorkingDirectory=/home/voicesatellite/wyoming-satellite
Restart=always
RestartSec=1
[Install]
WantedBy=default.target
[Unit]
Description=Wyoming openWakeWord
[Service]
Type=simple
ExecStart=/home/voicesatellite/wyoming-openwakeword/script/run
--uri 'tcp://127.0.0.1:10400'
--preload-model 'hey_woodhouse'
--custom-model-dir '/home/voicesatellite/wyoming-satellite/wyoming-openwakeword/wyoming_openwakeword/models/'
WorkingDirectory=/home/voicesatellite/wyoming-openwakeword
Restart=always
RestartSec=1
[Install]
WantedBy=default.target
The text was updated successfully, but these errors were encountered: