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