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

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

Functions

apply_lpf_i16_sp

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.

apply_lpf_i32_sp

Same as apply_lpf_i16_sp but with i32 audio resolution.