class_audioeffectbandlimitfilter.rst 828 B

123456789101112131415161718192021222324
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the AudioEffectBandLimitFilter.xml source instead.
  3. .. The source is found in doc/classes or modules/<name>/doc_classes.
  4. .. _class_AudioEffectBandLimitFilter:
  5. AudioEffectBandLimitFilter
  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 band limit filter to the Audio Bus.
  12. Description
  13. -----------
  14. Limits the frequencies in a range around the :ref:`cutoff_hz<class_AudioEffectBandLimitFilter_cutoff_hz>` and allows frequencies outside of this range to pass.