mirror of
https://github.com/godotengine/godot
synced 2024-11-02 11:59:10 +00:00
81064cc239
We don't use that info for anything, and it generates unnecessary diffs every time we bump the minor version (and CI failures if we forget to sync some files from opt-in modules (mono, text_server_fb).
17 lines
787 B
XML
17 lines
787 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="AudioEffectAmplify" inherits="AudioEffect" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
|
|
<brief_description>
|
|
Adds an amplifying audio effect to an audio bus.
|
|
</brief_description>
|
|
<description>
|
|
Increases or decreases the volume being routed through the audio bus.
|
|
</description>
|
|
<tutorials>
|
|
<link title="Audio buses">$DOCS_URL/tutorials/audio/audio_buses.html</link>
|
|
</tutorials>
|
|
<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>
|
|
</class>
|