mirror of
https://github.com/godotengine/godot
synced 2024-11-05 16:53:09 +00:00
21 lines
737 B
XML
21 lines
737 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="AudioEffectAmplify" inherits="AudioEffect" version="4.0">
|
|
<brief_description>
|
|
Adds an amplifying audio effect to an audio bus.
|
|
Increases or decreases the volume of the selected audio bus.
|
|
</brief_description>
|
|
<description>
|
|
Increases or decreases the volume being routed through the audio bus.
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<methods>
|
|
</methods>
|
|
<members>
|
|
<member name="volume_db" type="float" setter="set_volume_db" getter="get_volume_db" default="0.0">
|
|
Amount of amplification in decibels. Positive values make the sound louder, negative values make it quieter. Value can range from -80 to 24.
|
|
</member>
|
|
</members>
|
|
<constants>
|
|
</constants>
|
|
</class>
|