make sure input device is actually 0,0

This commit is contained in:
legop3
2025-11-27 18:38:09 -05:00
parent 8cb42dee36
commit 022249950e
5 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -142,7 +142,7 @@ func LoadConfig(path string) (*Config, error) {
},
Audio: AudioConfig{
CaptureEnabled: true,
CaptureDevice: "default",
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: default
captureDevice: plughw:0,0
sampleRate: 16000
channels: 1
bitrate: 64000