Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On device wake word not running #219

Open
SvenSvenson38 opened this issue Sep 11, 2024 · 0 comments
Open

On device wake word not running #219

SvenSvenson38 opened this issue Sep 11, 2024 · 0 comments

Comments

@SvenSvenson38
Copy link

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


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant