fix eq earrape?

This commit is contained in:
vapormusic 2022-01-26 15:11:55 +07:00
parent dabc66c42b
commit a11e5483fc
3 changed files with 32 additions and 33 deletions

View file

@ -111,7 +111,7 @@
resetGain(){
this.app.cfg.audio.equalizer = {'frequencies': [32, 63, 125, 250, 500, 1000, 2000, 4000, 8000, 16000],
'gain': [0,0,0,0,0,0,0,0,0,0],
'Q' : [1,1,1,1,1,1,1,1,1,1] }
'Q' : [1,1,1,1,1,1,1,1,1,1] }
for (var i = 0; i < 10; i++){
this.changeGain(i)
this.changeFreq(i)