last updates to wyoming before deprecation

This commit is contained in:
2026-04-06 11:46:21 -04:00
parent 430be75fab
commit 3bc92c5889

View File

@@ -72,7 +72,8 @@ script/run \
--uri 'tcp://127.0.0.1:10400' \ --uri 'tcp://127.0.0.1:10400' \
--threshold '0.8' \ --threshold '0.8' \
--preload-model 'jarvis_v2' \ --preload-model 'jarvis_v2' \
--debug-probability --debug \
--custom-model-dir /home/ducoterra/models
``` ```
## Install Wyoming ## Install Wyoming
@@ -87,21 +88,21 @@ uv pip install .
uv pip install webrtc-noise-gain==1.2.3 uv pip install webrtc-noise-gain==1.2.3
# Copy listen and done sounds # Copy listen and done sounds
cp ~/Homelab/active/systemd_wyoming/{listening.wav,finished.wav} ~/wyoming-satellite/sounds scp /active/software_wyoming/{listening.wav,finished.wav} ~/wyoming-satellite/sounds
# typical wyoming command # typical wyoming command
# Add wake-uri and wake-word-name to your wyoming run # Add wake-uri and wake-word-name to your wyoming run
script/run \ script/run \
--name 'Living Room' \ --name 'Living Room' \
--uri 'tcp://0.0.0.0:10700' \ --uri 'tcp://0.0.0.0:10700' \
--mic-command 'arecord -r 16000 -c 1 -f S16_LE -t raw' \ --mic-command 'arecord -r 16000 -c 1 -f S16_LE -t raw -D plughw:CARD=Speaker,DEV=0' \
--snd-command 'aplay -r 22050 -c 1 -f S16_LE -t raw' \ --snd-command 'aplay -r 22050 -c 1 -f S16_LE -t raw -D plughw:CARD=Speaker,DEV=0' \
--awake-wav /root/wyoming-satellite/sounds/listening.wav \ --awake-wav /home/ducoterra/wyoming-satellite/sounds/listening.wav \
--done-wav /root/wyoming-satellite/sounds/finished.wav \ --done-wav /home/ducoterra/wyoming-satellite/sounds/finished.wav \
--synthesize-command tee \ --synthesize-command tee \
--transcript-command tee \ --transcript-command tee \
--wake-uri 'tcp://127.0.0.1:10400' \ --wake-uri 'tcp://127.0.0.1:10400' \
--wake-word-name 'hey dick head' \ --wake-word-name 'hey jarvis' \
--wake-refractory-seconds 1 --wake-refractory-seconds 1
# Allow through firewall # Allow through firewall