From 76ba7099c3bb090169eaf25c96c6ff0a98373a0e Mon Sep 17 00:00:00 2001 From: Ellen Poe Date: Sat, 16 Apr 2022 10:26:22 -0700 Subject: Partially document AudioEffectStereoEnhance. --- doc/classes/AudioEffectStereoEnhance.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/classes') 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 @@ + An audio effect that can be used to adjust the intensity of stereo panning. + An audio effect that can be used to adjust the intensity of stereo panning. + 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. -- cgit v1.2.3