icewwn / d3-audio-spectrum

Spectrum analysis demo using D3 and HTML5 audio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spectrum Analyzer Demo

See it here: https://d3-spectrum.herokuapp.com

This is a spectrum analyzer demo that I did for fun using the HTML5 Web Audio API, dsp.js and d3.js.

Local Installation

There is a config.ru file included so that you can serve the project locally using Rack assuming you have Ruby installed

git clone git@github.com:arirusso/d3-audio-spectrum.git

cd d3-audio-spectrum

bundle install

rackup config.ru

A frequency sweep mp3 is included for demo purposes but any audio file can be used.

Author

Ari Russo <ari.russo at gmail.com>

License

Apache 2.0, See the file LICENSE

Copyright (c) 2012 Ari Russo

About

Spectrum analysis demo using D3 and HTML5 audio

License:Other


Languages

Language:JavaScript 94.3%Language:HTML 3.1%Language:Ruby 1.8%Language:CSS 0.8%