Skip to content

Commit

Permalink
Adding same polyfills to web audio.
Browse files Browse the repository at this point in the history
  • Loading branch information
SlexAxton committed Feb 24, 2013
1 parent b284e1b commit e8eef95
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions feature-detects/audio/webaudio.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
"name": "Web Audio API",
"property": "webaudio",
"caniuse": "audio-api",
"polyfills": [{
"name": "XAudioJS",
"authors": ["Grant Galitz"],
"href": "https://github.com/grantgalitz/XAudioJS",
"licenses": [],
"notes": [
"Audio sample stream output thin-abstraction library that supports mono and stereo audio, as well as resampling the audio stream.",
"Supports the Mozilla Audio Data API, Web Audio API, Adobe Flash 10, real-time WAV PCM Data URI generation"
]
},{
"name": "dynamicaudio.js",
"authors": ["Ben Firshman"],
"href": "http://github.com/bfirsh/dynamicaudio.js",
"licenses": ["BSD"],
"notes": []
},{
"name": "audiolib.js",
"authors": ["Jussi Kalliokoski"],
"href": "https://github.com/jussi-kalliokoski/audiolib.js",
"licenses": ["MIT"],
"notes": ["specs: incubator group proposed spec, Mozilla Audio Data API (temporary)"]
}],
"aliases": [],
"tags": ["audio", "media"],
"knownBugs": [],
Expand Down

0 comments on commit e8eef95

Please sign in to comment.