INNER CODE UNIT · Rust
default
Rikorose/DeepFilterNet · ladspa/src/lib.rs:302
fn default() -> Self {
Self {
atten_lim: 100.,
pf_beta: 0.0,
min_thresh_db: -10.,
max_erb_thresh_db: 30.,
max_df_thresh_db: 20.,
min_buffer_frames: 0.,
}
}
}
impl DfControlHistory {
fn get(&self, c: &DfControl) -> f32 {
match c {
DfControl::AttenLim => self.atten_lim,
DfControl::PfBeta => self.pf_beta,
DfControl::MinThreshDb => self.min_thresh_db,
DfControl::MaxErbThreshDb => self.max_erb_thresh_db,