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

@ -305,11 +305,10 @@
changeVibrantBass() {
app.cfg.audio.maikiwiAudio.vibrantBass.multiplier = app.cfg.audio.equalizer.vibrantBass / 10
CiderAudio.hierarchical_loading();
/**
if (app.cfg.audio.equalizer.vibrantBass != 0) {
for (var i = 0; i < 21; i++) {
CiderAudio.audioNodes.vibrantbassNode[i].gain.value = app.cfg.audio.maikiwiAudio.vibrantBass.gain[i] * (app.cfg.audio.equalizer.vibrantBass / 10);
}} */
}}
},
changeMix() {
for (var i = 0; i < 10; i++) {