class_audioeffectlowpassfilter.rst 788 B

123456789101112131415161718192021222324
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the AudioEffectLowPassFilter.xml source instead.
  3. .. The source is found in doc/classes or modules/<name>/doc_classes.
  4. .. _class_AudioEffectLowPassFilter:
  5. AudioEffectLowPassFilter
  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 low pass filter to the Audio Bus.
  12. Description
  13. -----------
  14. Cuts frequencies higher than the :ref:`cutoff_hz<class_AudioEffectLowPassFilter_cutoff_hz>` and allows lower frequencies to pass.