Graphical representation of an mp3 song using Perlin noise and Three.js
The main goal of this project is to learn about music visualization, web audio API and unit testing in JavaScript.
- NodeJS
- NPM
npm install
npm start <PATH_MP3_FILE>
This will initialize the application on http://localhost:9966
Open your browser and you'll view the graphical representation of your mp3. Just like those good old Winamp visualizations.
- Browserify
- KarmaJS
- Three.js
- Web Audio API
npm test
#TODO
I've added what I was looking for.. Any suggestions?
Antonio Noca @antonionoca
This project is licensed under the MIT License - see LICENSE.md file for details.
This is an experimental project. Heavily inspired by fluuuid/labs.