소스 검색

Wire recorder debug_live_audio policy field

master
Jan Svabenik 1 일 전
부모
커밋
0c3c775a06
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      internal/recorder/recorder.go

+ 1
- 0
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 {


불러오는 중...
취소
저장