dsp-lib
is a collection of utilities related to audio DSP
PlateReverb
is an implementation of the classic plate reverb algorithm
described by Jon Dattorro.
Dattorro, J. 1997. "Effect Design Part 1: Reverberators and Other Filters." Journal of the Audio Engineering Society, Vol. 45, No. 9
SvfInputMixing
is a State Variable Filter
that provides a configurable mix of lowpass, bandpass and highpass filtering. It
can also be used as a peaking filter or notch filter.
SvfInputMixing
is a C++ port of the algorithm described in the paper
"Input mixing linear trapezoidal State Variable Filter (SVF) in state increment
form", by Andy Simper of Cytomic.
FastMath
contains some fast approximations for trigonometric functions.