classref: Sync with current master branch (c09d83010)

This commit is contained in:
Rémi Verschelde
2022-06-08 13:39:15 +02:00
parent 869830c6ba
commit 8d5cdb0c7a
304 changed files with 12946 additions and 5236 deletions

View File

@@ -11,7 +11,12 @@ AudioEffectStereoEnhance
**Inherits:** :ref:`AudioEffect<class_AudioEffect>` **<** :ref:`Resource<class_Resource>` **<** :ref:`RefCounted<class_RefCounted>` **<** :ref:`Object<class_Object>`
An audio effect that can be used to adjust the intensity of stereo panning.
Description
-----------
An audio effect that can be used to adjust the intensity of stereo panning.
Properties
----------
@@ -39,6 +44,8 @@ Property Descriptions
| *Getter* | get_pan_pullout() |
+-----------+------------------------+
Values greater than 1.0 increase intensity of any panning on audio passing through this effect, whereas values less than 1.0 will decrease the panning intensity. A value of 0.0 will downmix audio to mono.
----
.. _class_AudioEffectStereoEnhance_property_surround: