User:Corban/AudioAPI: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Created page with ' == Defining an enhanced API for audio == The HTML5 specification introduces the audio and video media elements, and with them the opportunity to dramatically change the way we …')
 
Line 3: Line 3:


The HTML5 specification introduces the audio and video media elements, and with them the opportunity to dramatically change the way we integrate media on the web. The current API provides ways to play and get limited information about audio and video, but gives no way to programatically access or create such media. We present a new API for these media elements which allows web developers to read and write raw audio data.
The HTML5 specification introduces the audio and video media elements, and with them the opportunity to dramatically change the way we integrate media on the web. The current API provides ways to play and get limited information about audio and video, but gives no way to programatically access or create such media. We present a new API for these media elements which allows web developers to read and write raw audio data.
== Audio API (DRAFT) ==
=== Authors ===
* David Humphrey
* Corban Brook
* Alistair MacDonald
* Thomas Saunders

Revision as of 15:57, 23 February 2010

Defining an enhanced API for audio

The HTML5 specification introduces the audio and video media elements, and with them the opportunity to dramatically change the way we integrate media on the web. The current API provides ways to play and get limited information about audio and video, but gives no way to programatically access or create such media. We present a new API for these media elements which allows web developers to read and write raw audio data.

Audio API (DRAFT)

Authors

  • David Humphrey
  • Corban Brook
  • Alistair MacDonald
  • Thomas Saunders