Web Audio API
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (→Links) |
Dan Tobias (Talk | contribs) (→Specifications) |
||
Line 8: | Line 8: | ||
== Specifications == | == Specifications == | ||
* [http://webaudio.github.io/web-audio-api/ Current draft spec] | * [http://webaudio.github.io/web-audio-api/ Current draft spec] | ||
+ | * [https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html Earlier obsolete spec] | ||
== Links == | == Links == |
Revision as of 15:05, 11 January 2015
The Web Audio API is a programming API for playing sounds (live from a web application, instead of "canned" audio from a file such as an MP3) from a web browser using JavaScript. It is currently a W3C draft specification, with people from Mozilla and Google involved in its development. The intent is that it be a cross-browser standard for web audio.