A very simple audio-visualizer made for the webbrowser using p5.js
You will need to run the website on a local server.
By default, the audio-visualizer will play and visualize the song Wanderlust by Jim Hall. For further enjoyment, you can upload your own songs using the upload button on the top left.
Sen van der Heide – @USVDH
Distributed under the MIT license. See LICENSE
for more information.
- Fork it (https://github.com/usvdh/audio-visualizer/fork)
- Create your feature branch (
git checkout -b feature/feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin feature/feature
) - Create a new Pull Request