Call for Review: Web Audio API

Hi, folks-

The Audio Working Group published an updated Working Draft of Web Audio 
API [1] on 15 March 2012. From the introduction:

[[
This specification describes a high-level JavaScript API for processing 
and synthesizing audio in web applications. The primary paradigm is of 
an audio routing graph, where a number of AudioNode objects are 
connected together to define the overall audio rendering. The actual 
processing will primarily take place in the underlying implementation 
(typically optimized Assembly / C / C++ code), but direct JavaScript 
processing and synthesis is also supported.
]]

We would appreciate review and feedback on the spec [1] and the use 
cases and requirements [2] from the participants in the WebRTC, WebApps, 
and HTML groups and the Media Capture task force.

[1] http://www.w3.org/TR/2012/WD-webaudio-20120315/
[2] http://www.w3.org/2011/audio/wiki/Use_Cases_and_Requirements

Regards-
-Doug Schepers
On behalf of the Audio WG

Received on Monday, 19 March 2012 18:49:34 UTC