JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q35435F
  • License MIT

An Ember addon that makes working with the Web Audio API super EZ

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

Build Status Code Climate Dependencies Issue Count

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 clone this repository
  • npm install
  • bower install

Running

Running Tests

  • npm test (Runs ember try:testall to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

Building yuidoc Documentation

  • ember ember-cli-yuidoc

For more information on using ember-cli, visit http://ember-cli.com/.