Open-Source Music Visualizer

LowTecky

New member
Hi Guys,

This seems like a really friendly community, so I wanted to share a project I've recently open sourced -- it's an experimental music visualizer that runs in the browser (preferably chrome, and a decent cpu is recommended).

You can use the arrow keys to change visualization/themes. Or try dragging in your own mp3s from your desktop. I just added SoundCloud support as well. You can press K for more shortcuts.

It's written entirely in Javascript and CSS/HTML. I'm using d3.js to render everything and the web audio api lets me expose the waveform data (so no flash!). I'd be happy to answer any specific technical questions if you got any. I go into more detail on the github page. Anyway, here it is:

visualizer: Party Mode :: An audio visualizer experiment. (audio will start playing)
source code: https://github.com/preziotte/party-mode
blog post: mathew preziotte | My audio visualizer experiment

I hope you guys enjoy it -- I've learned a lot building this. Any feedback is appreciated, I'm sure there are many bugs :)


0.gif

4.gif

12.gif
 
Back
Top