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.
npm i
npm start
head to http://localhost:8080/ to see the app running
npm run build
Bundled files can be found in dist/
- Chrome (recommended)
- Firefox
- Opera