AudioSpectrum

Getting started

npm install
npm run start

Run your favorite browser and go to http://localhost:3000

Example

var player = new Player();

// You can upload an audio file
player.listen(
  document.querySelector('input[type="file"]')
);

// OR read an external file.
player.loadByUrl("http://www.mfiles.co.uk/mp3-downloads/mozart-symphony40-1.mp3");

alt tag