What it does
Create particle effect visualization in sync with your audio
To generate these amazing effects, first we generate the fast fourier transform of the audio file and then change the reference coordinate system to radial coordinate system and generate particles till the bound of canvas when the energy if above 75% of peak energy.
How we built it
- ReactJS
- P5.js
- Phaser.js
Challenges we ran into
- Optimizing the smoothing factor of fast fourier transform was a big challenge
What's next for Audio Visualizer
- Accepting user input for audio
- Extract music from youtube links
Log in or sign up for Devpost to join the conversation.