This commit is contained in:
legop3
2025-11-27 19:35:07 -05:00
parent 63f788c16e
commit 470d1f930d
4 changed files with 11 additions and 12 deletions
+2 -2
View File
@@ -142,8 +142,8 @@ func LoadConfig(path string) (*Config, error) {
},
Audio: AudioConfig{
CaptureEnabled: true,
CaptureDevice: "plughw:0,0",
SampleRate: 16000,
CaptureDevice: "hw:0,0",
SampleRate: 8000,
Channels: 1,
Bitrate: 64000,
TTSEnabled: false,
+2 -2
View File
@@ -39,8 +39,8 @@ cameraServo:
allowRawPulse: false
audio:
captureEnabled: true
captureDevice: plughw:0,0
sampleRate: 16000
captureDevice: hw:0,0
sampleRate: 8000
channels: 1
bitrate: 64000
ttsEnabled: false