mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-15 17:12:59 -04:00
remove old audio stuff and turn up mic
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
[Unit]
|
||||
Description=Rover Audio Capture (arecord to FIFO)
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=roverd
|
||||
Group=audio
|
||||
Environment=AUDIO_FIFO=/var/lib/roverd/audio.pcm
|
||||
Environment=AUDIO_DEVICE=hw:0,0
|
||||
Environment=AUDIO_FORMAT=S32_LE
|
||||
Environment=AUDIO_RATE=48000
|
||||
Environment=AUDIO_CHANNELS=2
|
||||
ExecStart=/usr/local/bin/audio-capture
|
||||
Restart=always
|
||||
RestartSec=2
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user