scratch – Blame information for rev 73

Subversion Repositories:
Rev:
Rev Author Line No. Line
73 office 1 # lib directory
2 This directory contains a compressed version of the SoundJS library, including the most recent tagged release and the
3 in-progress NEXT release.
4  
5 Both combined and minified versions of the library are included. The former being useful for debugging, and the latter
6 for deployment.
7  
8 You can also link to the libraries on the [CreateJS CDN](http://code.createjs.com/), to benefit from faster load times
9 and shared caching across sites.
10  
11 # libraries
12 **soundjs-VERSION.min.js** contains minified versions of all of the SoundJS classes (comments and white space stripped)
13 except for the Flash and Cordova audio plugins.
14 **flashaudioplugin-VERSION.min.js** contains minified versions of the Flash audio plugin.
15 **cordovaaudioplugin-VERSION.min.js** contains minified versions of the Cordova audio plugin.
16 **soundjs-VERSION.combined.js** contains all the SoundJS classes (except Flash and Cordova plugin classes) including
17 whitespace and comments.
18 **flashaudioplugin-VERSION.combined.js** contains all the Flash audio plugin classes.
19 **cordovaaudioplugin-VERSION.combined.js** contains all the Cordova audio plugin classes.
20  
21  
22 # license
23 The libraries are ©2010 gskinner.com, inc., and made available under the highly permissive MIT open source software
24 license. See the source file header for the full license text.