Web Audio API
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (→Specifications) |
Dan Tobias (Talk | contribs) |
||
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 == | ||
Line 15: | Line 15: | ||
[[Category:Audio and Music]] | [[Category:Audio and Music]] | ||
+ | [[Category:Google]] |
Revision as of 17:39, 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, but it apparently originated with Google. The intent is that it be a cross-browser standard for web audio.