/speaker-app

Interactive Web Audio API audio visualisation CSS speaker

Primary LanguageJavaScript

Interactive Audio Visualisation CSS Speaker

Demo

http://speaker.notepadwebdevelopment.com/

Requirements

Install Node globally

$ npm install -g grunt-cli

Once installed, gather your dependencies:

$ npm install

Development

grunt

Use default grunt task during dev for watch tasks (browserify,sass,etc)

Production

grunt build

This will build everything to the dist folder in the root of the project