Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
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
FilterDB FILTER_12DB = 1
FilterDB FILTER_18DB = 2
FilterDB FILTER_24DB =