Package Exports
- ember-audio
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ember-audio) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Ember-audio
Need your help!
Ember Audio is currently in alpha and I'm still feeling out how the API for
this would be best designed, so please give me feedback/suggestions if you have
any. Pull requests and issues are welcome. You can also contact me on the Ember
community slack: @sethbrasile.
Installation
ember install ember-audio
Interactive Demo/Documentation
Ember Audio provides an audio service and various classes/mixins that make
working with the Web Audio API super EZ.
Ember Audio aims to simplify sampling, triggering, routing, scheduling, synthesizing, soundfonts, and working with audio in-general.
Note: Ember Audio will probably not fully respect semver until it is out of alpha!
Note: Your target browsers must be modern!: http://caniuse.com/#feat=audio-api
Contributing
Installation
git clonethis repositorynpm installbower install
Running
ember serve- Visit your app at http://localhost:4200/ember-audio/.
Running Tests
npm test(Runsember try:testallto test your addon against multiple Ember versions)ember testember test --server
Building
ember build
Building yuidoc Documentation
ember ember-cli-yuidoc
For more information on using ember-cli, visit http://ember-cli.com/.