diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-05-05 18:04:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-05 18:04:54 +0200 |
commit | a7d4ac3dd57a10a02f800104697a05ef9ad79cc7 (patch) | |
tree | 991073e4d2e6ab20e202de83b65333269b4ba02a /doc/classes | |
parent | 88a440826ad197ea5d3a98e8c64946c468fc63cd (diff) | |
parent | 76ba7099c3bb090169eaf25c96c6ff0a98373a0e (diff) |
Merge pull request #60304 from ellenhp/document_stereo_enhance
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/AudioEffectStereoEnhance.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/classes/AudioEffectStereoEnhance.xml b/doc/classes/AudioEffectStereoEnhance.xml index ff176c6ad8..5c62ba982f 100644 --- a/doc/classes/AudioEffectStereoEnhance.xml +++ b/doc/classes/AudioEffectStereoEnhance.xml @@ -1,13 +1,16 @@ <?xml version="1.0" encoding="UTF-8" ?> <class name="AudioEffectStereoEnhance" inherits="AudioEffect" version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd"> <brief_description> + An audio effect that can be used to adjust the intensity of stereo panning. </brief_description> <description> + An audio effect that can be used to adjust the intensity of stereo panning. </description> <tutorials> </tutorials> <members> <member name="pan_pullout" type="float" setter="set_pan_pullout" getter="get_pan_pullout" default="1.0"> + 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. </member> <member name="surround" type="float" setter="set_surround" getter="get_surround" default="0.0"> </member> |