From 8c19cc7b3da43d143f4316e1b7de2c7c2a35b328 Mon Sep 17 00:00:00 2001 From: Jerome67000 Date: Sat, 16 Sep 2017 18:47:19 +0200 Subject: [DOCS] Adds AudioEffects doc --- doc/classes/AudioEffectEQ.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/classes/AudioEffectEQ.xml') diff --git a/doc/classes/AudioEffectEQ.xml b/doc/classes/AudioEffectEQ.xml index 94d5c696c..246f6b882 100644 --- a/doc/classes/AudioEffectEQ.xml +++ b/doc/classes/AudioEffectEQ.xml @@ -1,8 +1,11 @@ + Base class for audio equalizers. Gives you control over frequencies. + Use it to create a custom equalizer if [AudioEffectEQ6], [AudioEffectEQ10] or [AudioEffectEQ21] don't fit your needs. + AudioEffectEQ gives you control over frequencies. Use it to compensate for existing deficiencies in audio. AudioEffectEQ are very useful on the Master Bus to completely master a mix and give it character. They are also very useful when a game is run on a mobile device, to adjust the mix to that kind of speakers (it can be added but disabled when headphones are plugged). @@ -13,6 +16,7 @@ + Returns the number of bands of the equalizer. @@ -21,6 +25,7 @@ + Returns the band's gain at the specified index, in dB. @@ -31,6 +36,7 @@ + Sets band's gain at the specified index, in dB. -- cgit v1.2.3-70-g09d2