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 f3de5f0 commit 4548b08Copy full SHA for 4548b08
src/audio/base/DspHost.cpp
@@ -594,9 +594,9 @@ bool DspHost::update(DspConfig *config, bool ignoreCache)
594
break;
595
case DspConfig::tone_enable:
596
if(current.toBool())
597
- MultimodalEqualizerDisable(cast(this->_dsp));
598
- else
599
MultimodalEqualizerEnable(cast(this->_dsp), 1);
+ else
+ MultimodalEqualizerDisable(cast(this->_dsp));
600
601
case DspConfig::tone_eq:
602
case DspConfig::tone_filtertype:
0 commit comments