An audio filter Asset allows you to attenuates various frequencies of a specific sound of the final output of an effect slot in real-time. Filters come in three FilterType flavors either Low Pass
, High Pass
or Band Pass
(High and Low).
See Also
Name | Description |
---|---|
asset | The Asset structure the current AudioFilter is associated to. |
Name | Description |
---|---|
gain | Control the master gain. |
slot_index | Controls the amount of gain for low frequencies. |
gain_hf | Control the amount of gain for high frequencies. |
The different type of audio filter.
kLowPass
: Affect low frequencies.kHighPass
: Affect high frequencies.kBandPass
: Affect both low and high frequencies.
|