mirror of
https://github.com/godotengine/godot
synced 2024-11-05 16:53:09 +00:00
15 lines
465 B
XML
15 lines
465 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="AudioEffectLowShelfFilter" inherits="AudioEffectFilter" version="4.0">
|
|
<brief_description>
|
|
Reduces all frequencies below the [member AudioEffectFilter.cutoff_hz].
|
|
</brief_description>
|
|
<description>
|
|
</description>
|
|
<tutorials>
|
|
<link title="Audio buses">https://docs.godotengine.org/en/latest/tutorials/audio/audio_buses.html</link>
|
|
</tutorials>
|
|
<methods>
|
|
</methods>
|
|
<constants>
|
|
</constants>
|
|
</class>
|