https://github.com/patrickroberts/music-js
HTML5 Audio API music visualizer for JavaScript
https://github.com/patrickroberts/music-js
html5-audio-api javascript music music-visualizer visualization
Last synced: 7 months ago
JSON representation
HTML5 Audio API music visualizer for JavaScript
- Host: GitHub
- URL: https://github.com/patrickroberts/music-js
- Owner: patrickroberts
- License: mit
- Created: 2014-12-28T01:27:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-04T13:51:43.000Z (over 10 years ago)
- Last Synced: 2024-10-28T16:59:20.611Z (8 months ago)
- Topics: html5-audio-api, javascript, music, music-visualizer, visualization
- Language: JavaScript
- Homepage:
- Size: 156 KB
- Stars: 41
- Watchers: 3
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Music-js is a music visualization program that includes many built-in
customization options for a playlist of music. Provided links to
MP3, Ogg Vorbis, and/or WebM sound files, it can create a real-time
visualization of the music as it plays, using the HTML5 Audio API.This application supports visualization of external sound files,
enabling this to easily become a plugin for other sites.Documentation will be added in another update. For now, refer to the
JSON object in ``index.html`` under ``/static`` for a demonstration
of customizable attributes.To install this server, run
```
git clone https://github.com/patrickroberts/music-js.git
cd music-js/static/
mkdir media
```At this point you should add songs to the ``media`` directory and edit the
JSON in ``index.html`` to include the songs you want to visualize. After
that, return to the terminal or command prompt and run```
cd ..
npm install
node app.js
```then open .