Explorar el Código

Wire recorder debug_live_audio policy field

master
Jan Svabenik hace 16 horas
padre
commit
0c3c775a06
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      internal/recorder/recorder.go

+ 1
- 0
internal/recorder/recorder.go Ver fichero

@@ -33,6 +33,7 @@ type Policy struct {
DeemphasisUs float64 `yaml:"deemphasis_us" json:"deemphasis_us"` DeemphasisUs float64 `yaml:"deemphasis_us" json:"deemphasis_us"`
ExtractionTaps int `yaml:"extraction_fir_taps" json:"extraction_fir_taps"` ExtractionTaps int `yaml:"extraction_fir_taps" json:"extraction_fir_taps"`
ExtractionBwMult float64 `yaml:"extraction_bw_mult" json:"extraction_bw_mult"` ExtractionBwMult float64 `yaml:"extraction_bw_mult" json:"extraction_bw_mult"`
DebugLiveAudio bool `yaml:"debug_live_audio" json:"debug_live_audio"`
} }


type Manager struct { type Manager struct {


Cargando…
Cancelar
Guardar