This branch is in beta. Reporting issues is appreciated, please mention that it is for 2.0 in the issue body.
SoundJS is a library to make working with audio on the web easier. It provides a consistent API for playing audio in different browsers, including using a target plugin model to provide an easy way to provide additional audio plugins like a Flash fallback (included, but must be used separately from the combined/minified version).
CreateJS suite: EaselJS, PreloadJS, and TweenJS.
npm install @createjs/soundjs --save
yarn add @createjs/soundjs
- Find examples and more information at the SoundJS web site.
- Read the documentation.
- Discuss, share projects, and interact with other users on reddit.
- Ask technical questions on Stack Overflow.
- File verified bugs or formal feature requests using Issues on GitHub.
- There is a Google Group for discussions and support.
- Have a look at the included examples for more in-depth instructions.
It was built by gskinner.com, and is released for free under the MIT license, which means you can use it for almost any purpose (including commercial projects). We appreciate credit where possible, but it is not a requirement.