Revert experimental vibrant bass and tuned spatial v2
This commit is contained in:
parent
f83e53770d
commit
13d8edba50
4 changed files with 4 additions and 84 deletions
|
@ -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) {}
|
||||
}
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue