.. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. .. XML source: https://github.com/godotengine/godot/tree/master/docs/gdscript/doc/classes/AudioEffectFilter.xml. .. _class_AudioEffectFilter: AudioEffectFilter ================= **Inherits:** :ref:`AudioEffect` **<** :ref:`Resource` **<** :ref:`RefCounted` **<** :ref:`Object` **Inherited By:** :ref:`AudioEffectBandLimitFilter`, :ref:`AudioEffectBandPassFilter`, :ref:`AudioEffectHighPassFilter`, :ref:`AudioEffectHighShelfFilter`, :ref:`AudioEffectLowPassFilter`, :ref:`AudioEffectLowShelfFilter`, :ref:`AudioEffectNotchFilter` .. container:: contribute There is currently no description for this class. Please help us by :ref:`contributing one `! .. rst-class:: classref-reftable-group Properties ---------- .. table:: :widths: auto +--------------------------------------------------+--------------------------------------------------------------+------------+ | :ref:`float` | :ref:`cutoff_hz` | ``2000.0`` | +--------------------------------------------------+--------------------------------------------------------------+------------+ | :ref:`FilterDB` | :ref:`db` | ``0`` | +--------------------------------------------------+--------------------------------------------------------------+------------+ | :ref:`float` | :ref:`gain` | ``1.0`` | +--------------------------------------------------+--------------------------------------------------------------+------------+ | :ref:`float` | :ref:`resonance` | ``0.5`` | +--------------------------------------------------+--------------------------------------------------------------+------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Enumerations ------------ .. _enum_AudioEffectFilter_FilterDB: .. rst-class:: classref-enumeration enum **FilterDB**: .. _class_AudioEffectFilter_constant_FILTER_6DB: .. rst-class:: classref-enumeration-constant :ref:`FilterDB` **FILTER_6DB** = ``0`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_AudioEffectFilter_constant_FILTER_12DB: .. rst-class:: classref-enumeration-constant :ref:`FilterDB` **FILTER_12DB** = ``1`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_AudioEffectFilter_constant_FILTER_18DB: .. rst-class:: classref-enumeration-constant :ref:`FilterDB` **FILTER_18DB** = ``2`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_AudioEffectFilter_constant_FILTER_24DB: .. rst-class:: classref-enumeration-constant :ref:`FilterDB` **FILTER_24DB** = ``3`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_AudioEffectFilter_property_cutoff_hz: .. rst-class:: classref-property :ref:`float` **cutoff_hz** = ``2000.0`` .. rst-class:: classref-property-setget - void **set_cutoff** **(** :ref:`float` value **)** - :ref:`float` **get_cutoff** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AudioEffectFilter_property_db: .. rst-class:: classref-property :ref:`FilterDB` **db** = ``0`` .. rst-class:: classref-property-setget - void **set_db** **(** :ref:`FilterDB` value **)** - :ref:`FilterDB` **get_db** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AudioEffectFilter_property_gain: .. rst-class:: classref-property :ref:`float` **gain** = ``1.0`` .. rst-class:: classref-property-setget - void **set_gain** **(** :ref:`float` value **)** - :ref:`float` **get_gain** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AudioEffectFilter_property_resonance: .. rst-class:: classref-property :ref:`float` **resonance** = ``0.5`` .. rst-class:: classref-property-setget - void **set_resonance** **(** :ref:`float` value **)** - :ref:`float` **get_resonance** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`