Difference between revisions of "WWW2010 Talk"

From CDOT Wiki
Jump to: navigation, search
(Created page with 'Title (256 chars max): Unlocking the potential of audio in the browser Abstract (2000 chars max): The HTML5 specification introduces the audio and video media elements, and w...')
 
Line 1: Line 1:
Title (256 chars max):
+
==Title (256 chars max)==
  
 
Unlocking the potential of audio in the browser
 
Unlocking the potential of audio in the browser
  
Abstract (2000 chars max):
+
==Abstract (2000 chars max)==
  
 
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, as well as a working Firefox prototype, which allows web developers to read and write raw audio data.  Through numerous working demonstrations, we show how access to this data allows for improved web accessibility, opens new possibilities for real-time media manipulation, and extends the web in ways that have traditionally required proprietary plugins.  We will also explore the code necessary for web developers to work with audio data, calculate FFT, and other audio algorithms in JavaScript.
 
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, as well as a working Firefox prototype, which allows web developers to read and write raw audio data.  Through numerous working demonstrations, we show how access to this data allows for improved web accessibility, opens new possibilities for real-time media manipulation, and extends the web in ways that have traditionally required proprietary plugins.  We will also explore the code necessary for web developers to work with audio data, calculate FFT, and other audio algorithms in JavaScript.
  
Authors:
+
==Authors==
  
 
* Corban Brook
 
* Corban Brook

Revision as of 11:45, 22 February 2010

Title (256 chars max)

Unlocking the potential of audio in the browser

Abstract (2000 chars max)

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, as well as a working Firefox prototype, which allows web developers to read and write raw audio data. Through numerous working demonstrations, we show how access to this data allows for improved web accessibility, opens new possibilities for real-time media manipulation, and extends the web in ways that have traditionally required proprietary plugins. We will also explore the code necessary for web developers to work with audio data, calculate FFT, and other audio algorithms in JavaScript.

Authors

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