AudioEffectHighShelfFilter.xml 517 B

123456789101112
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="AudioEffectHighShelfFilter" inherits="AudioEffectFilter" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
  3. <brief_description>
  4. Adds a high-shelf filter to the audio bus.
  5. </brief_description>
  6. <description>
  7. Reduces all frequencies above the [member AudioEffectFilter.cutoff_hz].
  8. </description>
  9. <tutorials>
  10. <link title="Audio buses">$DOCS_URL/tutorials/audio/audio_buses.html</link>
  11. </tutorials>
  12. </class>