1 2 3 4 5 6
pub mod bandpass; pub mod highpass; pub mod lowpass; pub const MIN_HZ: f32 = 20.0; pub const MAX_HZ: f32 = 20_480.0;