ooooopuusss

This commit is contained in:
legop3
2025-11-27 20:58:01 -05:00
parent a73c6dfd6b
commit 97c7098e14
6 changed files with 15 additions and 12 deletions
+2 -2
View File
@@ -143,9 +143,9 @@ func LoadConfig(path string) (*Config, error) {
Audio: AudioConfig{
CaptureEnabled: true,
CaptureDevice: "plughw:0,0",
SampleRate: 8000,
SampleRate: 48000,
Channels: 1,
Bitrate: 64000,
Bitrate: 24000,
TTSEnabled: false,
DefaultEngine: "flite",
DefaultVoice: "rms",