block by rveciana 21e014e0e6ddc39855e7319622e5e797

D3js and Web Audio API

Full Screen

More experiments with audio and D3js. The idea was reproducing the famous cover by Joy Division, animating it with the music.

Since the regular frequencyData data is too flat to get a nice result, I calculate the difference with the previous values, so it gives nice peaks. The graph means more or less nothing!

The music is taken from this site, because it’s free (and I liked this one). It’s a pitty not using the original album:

http://freemusicarchive.org/music/The_Orientalist/1000_Sounds_Lotus/Islamatronic_cantilliation_1461

I took information from these pages aboud web audio:

To create the app.js file, just run

browserify index.js > app.js

index.js

index.html