From 0c3c775a068e8ee535719049ad76774b642e7d0d Mon Sep 17 00:00:00 2001 From: Jan Svabenik Date: Mon, 23 Mar 2026 00:01:02 +0100 Subject: [PATCH] Wire recorder debug_live_audio policy field --- internal/recorder/recorder.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/recorder/recorder.go b/internal/recorder/recorder.go index e2893e4..d8a796f 100644 --- a/internal/recorder/recorder.go +++ b/internal/recorder/recorder.go @@ -33,6 +33,7 @@ type Policy struct { DeemphasisUs float64 `yaml:"deemphasis_us" json:"deemphasis_us"` ExtractionTaps int `yaml:"extraction_fir_taps" json:"extraction_fir_taps"` ExtractionBwMult float64 `yaml:"extraction_bw_mult" json:"extraction_bw_mult"` + DebugLiveAudio bool `yaml:"debug_live_audio" json:"debug_live_audio"` } type Manager struct {