Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1.28 KB

README.md

File metadata and controls

41 lines (23 loc) · 1.28 KB

#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

Extracting frequencies from FFT | StackOverflow

Controlling FPS with requestAnimationFrame | CreativeJS