Skip to content

jhliberty/ember-audio

 
 

Repository files navigation

Ember-audio

Build Status Code Climate Test Coverage Dependencies Ember Observer Score Issue Count

Ember-audio provides an audio service that makes working with the Web Audio API super EZ.

This is not done and not released yet! It does however, work. Feel free to take a look at the code (there are inline docs) and the dummy app if you want to try it out.

Note: You must be using a modern browser: http://caniuse.com/#feat=audio-api

Still needs:

  • A way to add effects. "pan" currently exists, but I would love to add more and add support for:
    • "plugging in" custom effects
    • customizing audio routing
  • Timing helpers
  • Visualizations and "play time" helpers
  • Volume/gain control

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

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.8%
  • HTML 19.1%
  • CSS 3.1%