Firelight Technologies FMOD Studio API
Parameter types for the FMOD_DSP_TYPE_LOWPASS_SIMPLE filter.
This is a very simple low pass filter, based on two single-pole RC time-constant modules.
The emphasis is on speed rather than accuracy, so this should not be used for task requiring critical filtering.
typedef enum {
FMOD_DSP_LOWPASS_SIMPLE_CUTOFF
} FMOD_DSP_LOWPASS_SIMPLE;
FMOD_DSP_LOWPASS_SIMPLE_CUTOFF
(Type:float) - Lowpass cutoff frequency in hz. 10.0 to 22000.0. Default = 5000.0
Version 1.03.06 Built on Apr 17, 2014