Fun project to play with camera stream, audio magnitude distorsion using Three.js library
- Get your camera stream data
- Play and analyze a music frequencies (bass, mid, treble)
- Render yourself in 2D with Three.js
- Distort yourself with the audio magnitude distorsion on beats of music
You need to have installed or own:
- Node.js
- A camera
- With the help of your terminal, type
npm i - Then
npm startfor development build - Visit http://localhost:1234 to see !
You can use npm build for production build.
Have fun !