Skip to content

lucafalasco/SON

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SON

SON is a web-based music visualizer, the physics change and evolve according to the sound captured from the microphone. The app is built with Javascript(ES6), Web Audio API is used to convert audio signals into data to feed the app and the <canvas> API for 2d graphics.

Install dependencies:

npm i

Start development server:

npm start

head to http://localhost:8080/ to see the app running

Build for production:

npm run build

Bundled files can be found in dist/

Resources

Supported browsers

  • Chrome (recommended)
  • Firefox
  • Opera