Socket
Socket
Sign inDemoInstall

music-js

Package Overview
Dependencies
36
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    music-js

HTML5 Audio API music visualizer for JavaScript


Version published
Weekly downloads
8
Maintainers
1
Install size
842 kB
Created
Weekly downloads
 

Readme

Source

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 http://localhost:8080.

Keywords

FAQs

Last updated on 04 Jan 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc