1
1
# lib directory
2
- This directory contains a compressed version of the SoundJS library, including the most recent tagged release and the
2
+ This directory contains compressed versions of the SoundJS library, including the most recent tagged release and the
3
3
in-progress NEXT release.
4
4
5
5
Both combined and minified versions of the library are included. The former being useful for debugging, and the latter
@@ -9,16 +9,19 @@ You can also link to the libraries on the [CreateJS CDN](http://code.createjs.co
9
9
and shared caching across sites.
10
10
11
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.
12
+ * ** soundjs.js** the most recent _ tagged_ version of all the SoundJS classes.
13
+ * ** soundjs.min.js** the most recent tagged version, minified and stripped of comments and whitespace.
14
+ * ** soundjs-NEXT.js** contains the _ latest_ SoundJS classes.
15
+ * ** soundjs-NEXT.min.js** is a minified version of the _ latest updates_ to the library.
16
+
17
+ ## plugins
18
+ SoundJS plugins are also minified for easy inclusion.
19
+ * ** flashplugin.js** a plugin to utilize Adobe Flash to playback audio.
20
+ * ** flashplugin.js** a minified version of the flash plugin, stripped of comments and whitespace.
21
+ * ** cordovaplugin.js** a plugin to utilize Cordova/PhoneGap APIs to playback audio.
22
+ * ** cordovaplugin.js** a minified version of the cordova plugin, stripped of comments and whitespace.
20
23
21
24
22
25
# license
23
- The libraries are ©2010 gskinner.com, inc., and made available under the highly permissive MIT open source software
26
+ The libraries are ©20107 gskinner.com, inc., and made available under the highly permissive MIT open source software
24
27
license. See the source file header for the full license text.
0 commit comments