Skip to content

usvdh/audio-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

audio-visualizer

A very simple audio-visualizer made for the webbrowser using p5.js

Requirements

You will need to run the website on a local server.

Usage example

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.

Meta

Sen van der Heide – @USVDH

Distributed under the MIT license. See LICENSE for more information.

Contributing

  1. Fork it (https://github.com/usvdh/audio-visualizer/fork)
  2. Create your feature branch (git checkout -b feature/feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin feature/feature)
  5. Create a new Pull Request