Firelight Technologies FMOD Studio API
Parameter types for the FMOD_DSP_TYPE_HIGHPASS_SIMPLE filter.
This is a very simple single-order high pass filter.
The emphasis is on speed rather than accuracy, so this should not be used for task requiring critical filtering.
typedef enum {
FMOD_DSP_HIGHPASS_SIMPLE_CUTOFF
} FMOD_DSP_HIGHPASS_SIMPLE;
FMOD_DSP_HIGHPASS_SIMPLE_CUTOFF
(Type:float) - Highpass cutoff frequency in hz. 10.0 to 22000.0. Default = 1000.0
Version 1.03.06 Built on Apr 17, 2014