Trait surgefilter_comb::imports::DbToLinear[]

pub trait DbToLinear {
    fn db_to_linear(&self, x: f32) -> f32;
}

Required methods

Implementors