We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db42ee1 commit 3c38057Copy full SHA for 3c38057
src/AudioTools/CoreAudio/AudioFilter/Equalizer.h
@@ -71,6 +71,9 @@ struct ConfigEqualizer3Bands : public AudioInfo {
71
* Each band uses a 4-pole filter implementation for smooth frequency response.
72
* If you need different settings per channel, use Equalizer3BandsPerChannel instead.
73
*
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
+ *
77
* @ingroup equilizer
78
* @author pschatzmann
79
*/
0 commit comments