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
| ||
| ||
| ||
|
Enumerations
enum FilterDB: 🔗
FilterDB FILTER_6DB = 0
There is currently no description for this enum. Please help us by contributing one!
FilterDB FILTER_12DB = 1
There is currently no description for this enum. Please help us by contributing one!
FilterDB FILTER_18DB = 2
There is currently no description for this enum. Please help us by contributing one!
FilterDB FILTER_24DB = 3
There is currently no description for this enum. Please help us by contributing one!
Property Descriptions
Threshold frequency for the filter, in Hz.
There is currently no description for this property. Please help us by contributing one!
Gain amount of the frequencies after the filter.
Amount of boost in the frequency range near the cutoff frequency.
User-contributed notes
Please read the User-contributed notes policy before submitting a comment.