| Class | Description |
|---|---|
| BandPass |
A band pass filter is a filter that filters out all frequencies except for
those in a band centered on the current frequency of the filter.
|
| ChebFilter |
A Chebyshev filter is an IIR filter that uses a particular method to
calculate the coefficients of the filter.
|
| Convolver |
Convolver is an effect that convolves a signal with a kernal. |
| HighPassSP |
HighPassSP is a single pole high pass filter.
|
| IIRFilter |
An Infinite Impulse Response, or IIR, filter is a filter that uses a set of
coefficients and previous filtered values to filter a stream of audio.
|
| LowPassFS |
LowPassFS is a four stage low pass filter.
|
| LowPassSP |
LowPassSP is a single pole low pass filter.
|
| NotchFilter |
A notch filter removes a narrow band of frequencies from an audio signal.
|