-
Notifications
You must be signed in to change notification settings - Fork 1
Web equalizer
Krzysztof Safjanowski edited this page May 11, 2013
·
6 revisions
- [http://www.html5rocks.com/en/tutorials/webaudio/intro/] (http://www.html5rocks.com/en/tutorials/webaudio/intro/) (works only on Webkit)
- [http://themaninblue.com/experiment/webAudioAPI/] (http://themaninblue.com/experiment/webAudioAPI/) - graphical equalizer
- [https://github.com/juhl/html5-audio-fft-equalizer] (https://github.com/juhl/html5-audio-fft-equalizer) - must run on server, e.g: in console / terminal
python -m SimpleHTTPServer
- [https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html] (https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html)
- [http://browserify.org/] (http://browserify.org/) - for files merging