class_audioeffectnotchfilter.rst 799 B

123456789101112131415161718192021222324
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the AudioEffectNotchFilter.xml source instead.
  3. .. The source is found in doc/classes or modules/<name>/doc_classes.
  4. .. _class_AudioEffectNotchFilter:
  5. AudioEffectNotchFilter
  6. ======================
  7. **Inherits:** :ref:`AudioEffectFilter<class_audioeffectfilter>` **<** :ref:`AudioEffect<class_audioeffect>` **<** :ref:`Resource<class_resource>` **<** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
  8. **Category:** Core
  9. Brief Description
  10. -----------------
  11. Adds a notch filter to the Audio Bus.
  12. Description
  13. -----------
  14. Attenuates frequencies in a narrow band around the :ref:`cutoff_hz<class_AudioEffectNotchFilter_cutoff_hz>` and cuts frequencies outside of this range.