remove everything related to rover mic while keeping tts

This commit is contained in:
legop3
2025-11-27 23:15:21 -05:00
parent 509dbd870a
commit 5f5591ca42
11 changed files with 8 additions and 173 deletions
+1 -1
View File
@@ -141,7 +141,7 @@ func LoadConfig(path string) (*Config, error) {
NudgeDegrees: 2,
},
Audio: AudioConfig{
CaptureEnabled: true,
CaptureEnabled: false,
CaptureDevice: "plughw:0,0",
SampleRate: 48000,
Channels: 1,