CR: Web Audio API (Call for Wide Review)

Web Audio API

https://www.w3.org/TR/2021/CR-webaudio-20210114/

Abstract

This specification describes a high-level Web 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 script processing and synthesis is also supported. 

The Introduction section covers the motivation behind this specification. 

This API is designed to be used in conjunction with other APIs and elements on the web platform, notably: XMLHttpRequest [XHR] (using the responseType and response attributes). For games and interactive applications, it is anticipated to be used with the canvas 2D [2dcontext] and WebGL [WEBGL] 3D graphics APIs.

Status of the Document

This section describes the status of this document at the time of its publication. Other documents may supersede this document. A list of current W3C publications and the latest revision of this technical report can be found in the W3C technical reports index at https://www.w3.org/TR/. 

This document was produced by the Web Audio Working Group as a Candidate Recommendation Snapshot. This document is intended to become a W3C Recommendation; it will remain a Candidate Recommendation at least until 15 February 2021 to gather additional feedback. 

If you wish to make comments regarding this document, please file an issue on the specification repository or send them to public-audio@w3.org (subscribe, archives). 

Publication as a Candidate Recommendation does not imply endorsement by the W3C Membership. A Candidate Recommendation Snapshot has received wide review and is intended to gather implementation experience. 

A preliminary implementation report is available. 

This document was produced by a group operating under the W3C Patent Policy. W3C maintains a public list of any patent disclosures made in connection with the deliverables of the group; that page also includes instructions for disclosing a patent. An individual who has actual knowledge of a patent which the individual believes contains Essential Claim(s) must disclose the information in accordance with section 6 of the W3C Patent Policy. 

This document is governed by the 15 September 2020 W3C Process Document. 

For changes since the last draft, see the Changes section.

-- 
This report was automatically generated using https://github.com/w3c/transition-notifier

Received on Thursday, 14 January 2021 06:13:52 UTC