Comment on Winamp 2 in HTML5parentComments−captbaritone11yI originally thought it was impossible, but today I found this Web Audio API doc, and I think it may actually be possible not only to do the balance, but also the equalizer. I'll at least look into it more.https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_A...−chriscareycode11yCheck out this demo: http://html5-demos.appspot.com/static/webaudio/createMediaSo... - article: http://updates.html5rocks.com/2012/02/HTML5-audio-and-the-We...−PavlovsCat11yAlso, the Web Audio API makes a spectrum analyzer practically free: https://developer.mozilla.org/en-US/docs/Web/API/AnalyserNod...−kevincennis11yBoth totally possible.I'd be happy to help out if anyone has questions on how to go about that stuff. I've done a ton of Web Audio work in the past couple years.
Comments
I originally thought it was impossible, but today I found this Web Audio API doc, and I think it may actually be possible not only to do the balance, but also the equalizer. I'll at least look into it more.
https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_A...
Check out this demo: http://html5-demos.appspot.com/static/webaudio/createMediaSo... - article: http://updates.html5rocks.com/2012/02/HTML5-audio-and-the-We...
Also, the Web Audio API makes a spectrum analyzer practically free: https://developer.mozilla.org/en-US/docs/Web/API/AnalyserNod...
Both totally possible.
I'd be happy to help out if anyone has questions on how to go about that stuff. I've done a ton of Web Audio work in the past couple years.