meadow-dsp-essentials 0.1.4

Liberally-licensed essential audio DSP library used in the Meadowlark DAW project
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod butterworth;

#[cfg(feature = "filter_smoothing")]
pub mod smoothing;

#[cfg(feature = "filter_one_pole_iir")]
pub mod one_pole_iir;

#[cfg(feature = "filter_svf")]
pub mod svf;