mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
classref: Sync with current upstream master branch
This commit is contained in:
@@ -14,7 +14,9 @@ AudioEffectAmplify
|
||||
Brief Description
|
||||
-----------------
|
||||
|
||||
Amplifies the volume of an audio source.
|
||||
Adds a Amplify audio effect to an Audio bus.
|
||||
|
||||
Increases or decreases the volume of the selected audio bus.
|
||||
|
||||
Member Functions
|
||||
----------------
|
||||
@@ -28,12 +30,12 @@ Member Functions
|
||||
Member Variables
|
||||
----------------
|
||||
|
||||
- :ref:`float<class_float>` **volume_db** - The effect's volume limit.
|
||||
- :ref:`float<class_float>` **volume_db** - Amount of amplification. Positive values make the sound louder, negative values make it quieter. Value can range from -80 to 24. Default value: [code]0[/code].
|
||||
|
||||
Description
|
||||
-----------
|
||||
|
||||
Amplifies the volume of an audio source. Increase gain of the audio being routed through the bus.
|
||||
Increases or decreases the volume being routed through the audio bus.
|
||||
|
||||
Member Function Description
|
||||
---------------------------
|
||||
@@ -42,12 +44,8 @@ Member Function Description
|
||||
|
||||
- :ref:`float<class_float>` **get_volume_db** **(** **)** const
|
||||
|
||||
Returns the set maximum volume.
|
||||
|
||||
.. _class_AudioEffectAmplify_set_volume_db:
|
||||
|
||||
- void **set_volume_db** **(** :ref:`float<class_float>` volume **)**
|
||||
|
||||
Sets the maximum volume.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user