User:Corban/AudioAPI: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
mNo edit summary
Line 1: Line 1:
== Defining an Enhanced API for Audio ==
== Defining an Enhanced API for Audio (Draft Recommendation) ==
 
==== Abstract ====


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.
==== Authors ====
* David Humphrey
* Corban Brook


==== Current Implementation ====
==== Current Implementation ====
Line 52: Line 59:
audioOutput.mozAudioWrite(samples.length, samples);
audioOutput.mozAudioWrite(samples.length, samples);
</pre>
</pre>
== Audio API (DRAFT) ==
'''Authors'''
* David Humphrey
* Corban Brook
35

edits

Navigation menu