Trait surgefilter_comb::imports::CoeffMake[][src]

pub trait CoeffMake {
    fn coeff_make(&self, freq: f32, reso: f32) -> [f32; 8];
}
Expand description

structs implementing this trait can provide coefficients for CoefficientMaker

Required methods

Implementors