#I built a Wyoming Satellite a few months
1 messages · Page 1 of 1 (latest)
how do i send it as a file?
Should I copy it with the three tics method?
[Unit]
Description=Wyoming Satellite
Wants=network-online.target
After=network-online.target
Requires=wyoming-wakeword.service
Requires=2mic_leds.service
[Service]
Type=simple
User=sat1
Environment=XDG_RUNTIME_DIR=/run/user/1000
ExecStart=/home/sat1/wyoming-satellite/script/run
--name Sat1-porc
--uri tcp://0.0.0.0:10700
--mic-command 'arecord -D plughw:CARD=seeed2micvoicec,DEV=0 -q -r 16000 -c >
--snd-command 'aplay -D plughw:CARD=seeed2micvoicec,DEV=0 -q -r 22050 -c 1 >
--snd-command-rate 22050
--snd-volume-multiplier 3.0
--mic-auto-gain 25
--mic-volume-multiplier 2.0
--mic-seconds-to-mute-after-awake-wav 0.25
--wake-refractory-seconds 1
--event-uri 'tcp://127.0.0.1:10500'
--wake-uri tcp://127.0.0.1:10400
--wake-word-name jarvis
--awake-wav /home/sat1/wyoming-satellite/sounds/awake.wav
--done-wav /home/sat1/wyoming-satellite/sounds/done.wav
--timer-finished-wav sounds/timer_finished.wav
--timer-finished-wav-repeat 5 3
WorkingDirectory=/home/sat1/wyoming-satellite
Restart=always
RestartSec=1
[Install]
WantedBy=default.target
@ruby violet are you still here?