Confirmed users
656
edits
(→Status) |
No edit summary |
||
Line 3: | Line 3: | ||
===== Abstract ===== | ===== 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 | 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 HTML5 media 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 extension to this API, which allows web developers to read and write raw audio data. | ||
===== Authors ===== | ===== Authors ===== |