AbsSmoother

Non-linear smoother using absolute difference. Designed to have a nice phase response. Warning: samplerate-dependent.

Members

Functions

initialize
void initialize(T initialValue, T maxAbsDiff)

Initialize the AbsSmoother. maxAbsDiff: maximum difference between filtered consecutive samples

nextBuffer
void nextBuffer(const(T)* input, T* output, int frames)
Undocumented in source. Be warned that the author may not have intended to support it.
nextSample
T nextSample(T input)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta