Skip to content

Commit 3c38057

Browse files
committed
Equalizer3Bands comments
1 parent db42ee1 commit 3c38057

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/AudioTools/CoreAudio/AudioFilter/Equalizer.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ struct ConfigEqualizer3Bands : public AudioInfo {
7171
* Each band uses a 4-pole filter implementation for smooth frequency response.
7272
* If you need different settings per channel, use Equalizer3BandsPerChannel instead.
7373
*
74+
* After calling begin() you can update the gain parameters of the ConfigEqualizer3Bands
75+
* directly w/o calling any other methods. If you change the freq. parameters, you need to call begin() again.
76+
*
7477
* @ingroup equilizer
7578
* @author pschatzmann
7679
*/

0 commit comments

Comments
 (0)