UNPKG

soundjs

Version:

A JavaScript library that provides a simple API, and powerful features to make working with audio a breeze. Easily ties in audio file loading to PreloadJS.

28 lines (21 loc) 1.41 kB
# 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](http://code.createjs.com/), 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.