WebAudio API Rollout Status: Difference between revisions
Jump to navigation
Jump to search
Line 31: | Line 31: | ||
| '''Bug''' || '''API Name''' || '''Expected to Land''' || '''Owner''' | | '''Bug''' || '''API Name''' || '''Expected to Land''' || '''Owner''' | ||
|- | |- | ||
| | | {{bug|865261}} || AudioContext || Mostly complete, except for the synchronous createBuffer version and making it an EventTarget (and of course the creator functions for the node types that we have not yet implemented) || | ||
|- | |- | ||
| {{Bug|836599}} || OfflineAudioContext || || ehsan | | {{Bug|836599}} || OfflineAudioContext || || ehsan |
Revision as of 15:04, 24 April 2013
WebAudio API is a emerging audio solution for intensive web applications such as games and rich media content. This page tracks the current progress to develop all the nodes used by the standard. It also provides insight into which versions of Firefox currently include WebAudio and whether or not the API is on as the default preference.
- bug 779297 - Web Audio Implementation Tracking Bug
- Web Audio API W3C Specification
Current Status In Firefox=
API Preference Status
Version | Channel | Default Status |
Firefox 23 | Nightly | On
|
Firefox 22 | Aurora | Off
|
Firefox 21 | Beta | NA |
Firefox 20 | Release | NA |
Prior Versions | Release | NA |
- NA - Not Available
- Off - API is included in full or in part but off by default preference
- On - API is included in full or in part but is on by default preference
Implementation Status
Bug | API Name | Expected to Land | Owner |
bug 865261 | AudioContext | Mostly complete, except for the synchronous createBuffer version and making it an EventTarget (and of course the creator functions for the node types that we have not yet implemented) | |
bug 836599 | OfflineAudioContext | ehsan | |
bug 865234 | AudioNode | Mostly complete, support for custom channel up-mixing/down-mixing pending | |
bug 865244 | AudioDestinationNode | Mostly complete, maxChannelCount not implemented yet | ehsan |
bug 865231 | AudioParam | Mostly complete, setValueCurveAtTime not implemented yet | ehsan |
bug 807526 | GainNode | Complete | ehsan |
bug 807533 | DelayNode | Complete | ehsan |
bug 793294 | AudioBuffer | Complete | ehsan |
bug 865233 | AudioBufferSourceNode | Mostly complete, support for the finished event pending | |
bug 855568 | MediaElementAudioSourceNode | ehsan | |
bug 834513 | ScriptProcessorNode | Complete | ehsan |
bug 834513 | AudioProcessingEvent | Complete | ehsan |
bug 865239 | PannerNode | Equal-power support complete, HRTF and soundfield pending | |
bug 808841 | AudioListener | Complete | ehsan |
bug 815643 | ConvolverNode | drexel | |
bug 855990 | AnalyserNode | Complete | ehsan |
bug 865247 | ChannelSplitterNode | ||
bug 865248 | ChannelMergerNode | ||
bug 864091 | DynamicsCompressorNode | Complete | ehsan |
bug 865246 | BiquadFilterNode | DOM bindings complete, processing not implemented yet | |
bug 865251 | WaveShaperNode | ||
bug 865253 | OscillatorNode | ||
bug 865256 | WaveTable | ||
bug 856361 | MediaStreamAudioSourceNode | In progress | secretrobotron |
bug 865257 | MediaStreamAudioDestinationNode |