ejci / Chrome-Audio-EQ

Audio EQ for Chrome
GNU General Public License v2.0
107 stars 40 forks source link

Fixes of webkit audio filters for Chrome 36.0.1985.125 #10

Closed ghost closed 9 years ago

ghost commented 9 years ago

I have fixed the bug with Chrome 36.0.1985.125 (https://github.com/ejci/Chrome-Audio-EQ/issues/9).

webkitAudioContext.createGainNode() was deprecated and renamed to webkitAudioContext.createGain Details here: https://code.google.com/p/chromium/issues/detail?id=395130

There was also some changes in webkitAudio, filter types for example, so I made some changes on filters too. Also code was refactored a little.

ejci commented 9 years ago

Dmitriy thats awesome! I was planning to fix it during the weekend as I didn't had time during the week. I will release fixed version in the evening.