Revert experimental vibrant bass and tuned spatial v2

This commit is contained in:
Maikiwi 2022-02-18 23:29:58 -08:00
parent f83e53770d
commit 13d8edba50
4 changed files with 4 additions and 84 deletions

View file

@ -710,11 +710,7 @@ const app = new Vue({
} catch (e) {}
if (app.cfg.advanced.AudioContext === true) {
if (app.cfg.audio.maikiwiAudio.spatial === true) {
CiderAudio.audioNodes.gainNode.gain.value += ((15 - app.cfg.audio.equalizer.vibrantBass) * 10)
CiderAudio.audioNodes.gainNode.gain.value += 5
}
else {
try {CiderAudio.audioNodes.gainNode.gain.value += ((9 - app.cfg.audio.equalizer.vibrantBass))} catch(e) {}
try { CiderAudio.audioNodes.gainNode.gain.value += 5} catch (e) {}
}
}
})