AudioEffectFilter ​
Inherits: AudioEffect < Resource < RefCounted < Object
Inherited By: AudioEffectBandLimitFilter, AudioEffectBandPassFilter, AudioEffectHighPassFilter, AudioEffectHighShelfFilter, AudioEffectLowPassFilter, AudioEffectLowShelfFilter, AudioEffectNotchFilter
Adds a filter to the audio bus.
Description
Allows frequencies other than the cutoff_hz to pass.
Tutorials
Properties
2000.0 | ||
0 | ||
1.0 | ||
0.5 |
Enumerations
enum FilterDB: 🔗
FilterDB FILTER_6DB = 0
There is currently no description for this enum. Please help us by Contributing to the class reference!
FilterDB FILTER_12DB = 1
There is currently no description for this enum. Please help us by Contributing to the class reference!
FilterDB FILTER_18DB = 2
There is currently no description for this enum. Please help us by Contributing to the class reference!
FilterDB FILTER_24DB = 3
There is currently no description for this enum. Please help us by Contributing to the class reference!
Property Descriptions
Threshold frequency for the filter, in Hz.
There is currently no description for this property. Please help us by Contributing to the class reference!
Gain amount of the frequencies after the filter.
Amount of boost in the frequency range near the cutoff frequency.