class_audioeffecteq10.rst 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. :github_url: hide
  2. .. Generated automatically by doc/tools/make_rst.py in Godot's source tree.
  3. .. DO NOT EDIT THIS FILE, but the AudioEffectEQ10.xml source instead.
  4. .. The source is found in doc/classes or modules/<name>/doc_classes.
  5. .. _class_AudioEffectEQ10:
  6. AudioEffectEQ10
  7. ===============
  8. **Inherits:** :ref:`AudioEffectEQ<class_AudioEffectEQ>` **<** :ref:`AudioEffect<class_AudioEffect>` **<** :ref:`Resource<class_Resource>` **<** :ref:`Reference<class_Reference>` **<** :ref:`Object<class_Object>`
  9. Adds a 10-band equalizer audio effect to an Audio bus. Gives you control over frequencies from 31 Hz to 16000 Hz.
  10. Each frequency can be modulated between -60/+24 dB.
  11. Description
  12. -----------
  13. Frequency bands:
  14. Band 1: 31 Hz
  15. Band 2: 62 Hz
  16. Band 3: 125 Hz
  17. Band 4: 250 Hz
  18. Band 5: 500 Hz
  19. Band 6: 1000 Hz
  20. Band 7: 2000 Hz
  21. Band 8: 4000 Hz
  22. Band 9: 8000 Hz
  23. Band 10: 16000 Hz
  24. See also :ref:`AudioEffectEQ<class_AudioEffectEQ>`, :ref:`AudioEffectEQ6<class_AudioEffectEQ6>`, :ref:`AudioEffectEQ21<class_AudioEffectEQ21>`.
  25. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  26. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  27. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`