Skip to content

Latest commit

 

History

History

lib

lib directory

This directory contains compressed versions of the SoundJS library, including the most recent tagged release and the in-progress NEXT release.

Both combined and minified versions of the library are included. The former being useful for debugging, and the latter for deployment.

You can also link to the libraries on the CreateJS CDN, to benefit from faster load times and shared caching across sites.

libraries

  • soundjs.js the most recent tagged version of all the SoundJS classes.
  • soundjs.min.js the most recent tagged version, minified and stripped of comments and whitespace.
  • soundjs-NEXT.js contains the latest SoundJS classes.
  • soundjs-NEXT.min.js is a minified version of the latest updates to the library.

plugins

SoundJS plugins are also minified for easy inclusion.

  • flashplugin.js a plugin to utilize Adobe Flash to playback audio.
  • flashplugin.js a minified version of the flash plugin, stripped of comments and whitespace.
  • cordovaplugin.js a plugin to utilize Cordova/PhoneGap APIs to playback audio.
  • cordovaplugin.js a minified version of the cordova plugin, stripped of comments and whitespace.

license

The libraries are ©20107 gskinner.com, inc., and made available under the highly permissive MIT open source software license. See the source file header for the full license text.