#Visualizer by Adrian
Under construction
##Requires
Browser that supports the Web Audio API
##Demonstration
Please visit designbyadrian.com/play/visualizer
##Project setup
Run the installer in your console (requires NPM and Bower):
npm install
Then start Gulp to generate the necessary javascript and css files:
gulp setup
Note: The Gulp watcher is initiated with just "> gulp"
##Research
Making Audio-reactive visuals | airtightinteractive
Beat-detection using Web Audio | Beatport
EQ tips Cheat Sheet with common frequencies | Cheatography
What the frack is FFT? | StackOverflow