Merge pull request #203 from alectic/soundjs

Add SoundJS library to the list
This commit is contained in:
Huei Tan 2015-10-23 16:51:36 +08:00
commit 1a2c72b79b

View File

@ -689,6 +689,7 @@ http://www.listjs.com
* [flowplayer](https://github.com/flowplayer/flowplayer) - The HTML5 video player for the web
<http://flowplayer.org/>
* [mediaelement](https://github.com/johndyer/mediaelement) - HTML5 <audio> or <video> player with Flash and Silverlight shims that mimics the HTML5 MediaElement API, enabling a consistent UI in all browsers. <http://mediaelementjs.com/>
* [SoundJS](https://github.com/CreateJS/SoundJS) - A library to make working with audio on the web easier. It provides a consistent API for playing audio in different browsers.