Set the audio filter parameters
<mixer>.setFilter( | |
filter | |
) |
Attribute | Description |
type | The filter type (see table below). |
frequency | The filter frequency in Hz. |
Q | The Q factor that controls the dampening of the filter. |
Type | Description |
viz.FILTER_NONE | No filter is applied. |
viz.FILTER_LOWPASS | Lowpass filter. |
viz.FILTER_BANDPASS | Bandpass filter. |
viz.FILTER_HIGHPASS | Highpass filter. |
viz.FILTER_NOTCH | Notch filter. |