Web Audio API
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat=Web |released=2013 }} The '''Web Audio API''' is a programming API for playing sounds (live from a web application, instead of "can...") |
Dan Tobias (Talk | contribs) |
||
(3 intermediate revisions by one user not shown) | |||
Line 4: | Line 4: | ||
|released=2013 | |released=2013 | ||
}} | }} | ||
− | 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. | + | 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, but it apparently originated with Google. The intent is that it be a cross-browser standard for web audio. |
== 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 == | ||
+ | * [https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API Mozilla tech docs on Web Audio API] | ||
* [http://ascii.textfiles.com/archives/4501 Blog posting by Jason Scott discussing the state of web audio as it affects in-browser emulators of other systems] | * [http://ascii.textfiles.com/archives/4501 Blog posting by Jason Scott discussing the state of web audio as it affects in-browser emulators of other systems] | ||
[[Category:Audio and Music]] | [[Category:Audio and Music]] | ||
+ | [[Category:Google]] | ||
+ | [[Category:W3C]] |
Latest revision as of 04:18, 16 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, but it apparently originated with Google. The intent is that it be a cross-browser standard for web audio.