This commit is contained in:
legop3
2025-11-29 22:51:29 -05:00
parent 0093c97873
commit 063afff53b
7 changed files with 17 additions and 31 deletions
+1 -1
View File
@@ -256,7 +256,7 @@ func clampFloat(value, min, max float64) float64 {
func validateAudioConfig(cfg *AudioConfig) {
if cfg.CaptureEnabled && cfg.CaptureDevice == "" {
cfg.CaptureDevice = "rovermic"
cfg.CaptureDevice = "hw:0,0"
}
if cfg.SampleRate <= 0 {
cfg.SampleRate = 48000