classref: Sync with current upstream master branch

This commit is contained in:
Rémi Verschelde
2017-10-11 23:56:28 +02:00
parent 1d617789a4
commit ace47f729c
123 changed files with 2676 additions and 1229 deletions

View File

@@ -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.