trying a new method

This commit is contained in:
legop3
2025-11-28 00:37:54 -05:00
parent 52a5b9bab4
commit 9e089b6e4d
7 changed files with 25 additions and 32 deletions
+1 -1
View File
@@ -143,7 +143,7 @@ func LoadConfig(path string) (*Config, error) {
Audio: AudioConfig{
CaptureEnabled: false,
CaptureDevice: "plughw:0,0",
SampleRate: 48000,
SampleRate: 16000,
Channels: 1,
Bitrate: 24000,
TTSEnabled: false,