wyoming updates, borg manual, fedora kscreen, bambu wifi, vscode pylance, stable diffusion
This commit is contained in:
@@ -8,8 +8,8 @@ Type=simple
|
||||
ExecStart={{ ansible_env.HOME }}/wyoming-satellite/script/run \
|
||||
--name '{{ ansible_hostname }}' \
|
||||
--uri 'tcp://{{ wyoming.listen_ip }}:{{ wyoming.listen_port }}' \
|
||||
--mic-command 'arecord -r 16000 -c 1 -f S16_LE -t raw' \
|
||||
--snd-command 'aplay -r 22050 -c 1 -f S16_LE -t raw' \
|
||||
--mic-command 'arecord -r 16000 -c 1 -f S16_LE -t raw {% if hostvars[inventory_hostname].mic_device %}-D {{hostvars[inventory_hostname].mic_device}}{% endif %}' \
|
||||
--snd-command 'aplay -r 22050 -c 1 -f S16_LE -t raw {% if hostvars[inventory_hostname].speaker_device %}-D {{hostvars[inventory_hostname].speaker_device}}{% endif %}' \
|
||||
--awake-wav sounds/listening.wav \
|
||||
--done-wav sounds/finished.wav \
|
||||
--timer-finished-wav sounds/timer_finished.wav \
|
||||
|
||||
Reference in New Issue
Block a user