fix eq earrape?
This commit is contained in:
parent
dabc66c42b
commit
a11e5483fc
3 changed files with 32 additions and 33 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue