guh..,ugh

This commit is contained in:
legop3
2025-11-27 19:21:25 -05:00
parent 6eac64beab
commit 63f788c16e
4 changed files with 12 additions and 10 deletions
+1 -1
View File
@@ -142,7 +142,7 @@ func LoadConfig(path string) (*Config, error) {
},
Audio: AudioConfig{
CaptureEnabled: true,
CaptureDevice: "plughw:sndrpigooglevoi,0",
CaptureDevice: "plughw:0,0",
SampleRate: 16000,
Channels: 1,
Bitrate: 64000,
+1 -1
View File
@@ -39,7 +39,7 @@ cameraServo:
allowRawPulse: false
audio:
captureEnabled: true
captureDevice: plughw:sndrpigooglevoi,0
captureDevice: plughw:0,0
sampleRate: 16000
channels: 1
bitrate: 64000