Module lowpass_filter::simple::sp[][src]

Expand description

Single precision / f32 / float. Single precision / f32 / float.

Functions

Applies a single precision (float, f32) low pass filter on a vector of mono sample in 16 bit resolution. If you have stereo data, call this function for each channel, convert it first to mono or do whatever fits your use case.

Same as apply_lpf_i16_sp but with i32 audio resolution.