Tuesday, March 20, 2012

Web Audio API Draft Published

15 March 2012
The Audio Working Group has published a Working Draft of Web Audio API. 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. Learn more about the Rich Web Client Activity.

No comments:

Post a Comment