Firelight Technologies FMOD Studio API

FMOD_DSP_LOWPASS_SIMPLE

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.

Enumeration

typedef enum {
  FMOD_DSP_LOWPASS_SIMPLE_CUTOFF
} FMOD_DSP_LOWPASS_SIMPLE;

Values

FMOD_DSP_LOWPASS_SIMPLE_CUTOFF

(Type:float) - Lowpass cutoff frequency in hz. 10.0 to 22000.0. Default = 5000.0

See Also




Version 1.03.06 Built on Apr 17, 2014