From 1be2f8c535ee88d33f8783e0a9a5079d25536978 Mon Sep 17 00:00:00 2001 From: betalars Date: Thu, 24 Oct 2024 01:07:52 +0200 Subject: [PATCH] AudioEffectFilter and StereoEnhance: Documentation improvements --- doc/classes/AudioEffectFilter.xml | 5 +++++ doc/classes/AudioEffectStereoEnhance.xml | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/classes/AudioEffectFilter.xml b/doc/classes/AudioEffectFilter.xml index e5c1f4ccf4e..18540de736e 100644 --- a/doc/classes/AudioEffectFilter.xml +++ b/doc/classes/AudioEffectFilter.xml @@ -14,6 +14,7 @@ Threshold frequency for the filter, in Hz. + Steepness of the cutoff curve in dB per octave, also known as the order of the filter. Higher orders have a more aggressive cutoff. Gain amount of the frequencies after the filter. @@ -24,12 +25,16 @@ + Cutting off at 6dB per octave. + Cutting off at 12dB per octave. + Cutting off at 18dB per octave. + Cutting off at 24dB per octave. diff --git a/doc/classes/AudioEffectStereoEnhance.xml b/doc/classes/AudioEffectStereoEnhance.xml index f009bec5bba..459ae3ebc6c 100644 --- a/doc/classes/AudioEffectStereoEnhance.xml +++ b/doc/classes/AudioEffectStereoEnhance.xml @@ -11,11 +11,13 @@ - 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. + Amplifies the difference between stereo channels, increasing or decreasing existing panning. A value of 0.0 will downmix stereo to mono. Does not affect a mono signal. + Widens sound stage through phase shifting in conjunction with [member time_pullout_ms]. Just pans sound to the left channel if [member time_pullout_ms] is 0. + Widens sound stage through phase shifting in conjunction with [member surround]. Just delays the right channel if [member surround] is 0.