diff --git a/control_sgtl5000plus.cpp b/control_sgtl5000plus.cpp index 40587b1..535d4c4 100644 --- a/control_sgtl5000plus.cpp +++ b/control_sgtl5000plus.cpp @@ -139,5 +139,5 @@ void AudioControlSGTL5000Plus::commitFilter(uint8_t band) band = constrain(band, 1, num_bands); calcBiquad(filter_type[band - 1], Fc[band - 1], peakGainDB[band - 1], Q[band - 1], 524288, AUDIO_SAMPLE_RATE, filter); - eqFilter(band, filter); + //eqFilter(band, filter); }