Fwd: VOTE by 2021-06-03/04: Web Audio API is a W3C Proposed Recommendation

Web Audio API was published as a Proposed Recommendation today.
 https://www.w3.org/TR/2021/PR-webaudio-20210506/

This is a temporary, penultimate stage and starts a four-week, 
last-chance review period. A week or two after that, if there is 
sufficient support from AC Representatives, it will become a W3C 
Recommendation ie a Web Standard.

Those of you representing W3C Members, please ensure your AC 
Representative is aware of this call for review and that they fill in 
the form. Please don't assume it will move forward without a show of 
support.

This is not a technical review (which already happened in the Candidate 
Recommendation phase) so will only take a minute or two to complete.

(This review does not apply to Invited Experts).

Thanks for those three W3C Members who already did this!

-------- Forwarded Message --------
Subject:  VOTE by 2021-06-03/04: Web Audio API is a W3C Proposed 
Recommendation
Resent-Date:  Thu, 06 May 2021 06:52:26 +0000
Resent-From:  chairs@w3.org
Date:  Thu, 6 May 2021 14:52:13 +0800
From:  xueyuan <xueyuan@w3.org>
To:  w3c-ac-forum@w3.org
CC:  chairs@w3.org




Dear Advisory Committee Representative,
Chairs,

W3C is pleased to announce the advancement of Web Audio API to Proposed 
Recommendation:
 https://www.w3.org/TR/2021/PR-webaudio-20210506/

Please review the specification and indicate whether you endorse it as a 
W3C Recommendation or object to its advancement by completing the 
following questionnaire:
 https://www.w3.org/2002/09/wbs/33280/webaudio-pr/

Additional details about the review are available in the questionnaire. 
The deadline for responses is 03:59 UTC on 4 June 2021 (23:59, Eastern 
time on 3 June) [0].

Future updates to this specification may incorporate new features.
 https://www.w3.org/2020/Process-20200915/#allow-new-features

The approval and publication are in response to this transition request:
 https://github.com/w3c/transitions/issues/328

More information about the Web Audio Working Group is available on the 
group home page:
 https://www.w3.org/2011/audio/

If you should have any questions or need further information, please 
contact Chris Lilley <chris@w3.org>, Web Audio Working Group Team Contact.

This Call for Review follows section 6.2.9 of the W3C Process Document:
 https://www.w3.org/2020/Process-20200915/#rec-pr

Thank you,

For Tim Berners-Lee, W3C Director,
Philippe Le Hégaret, Project Management Lead,
Chris Lilley, Web Audio WG Team Contact;
Xueyuan Jia, W3C Marketing & Communications

[0] 
https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210603T2359&p1=43

==============================================
Quoting from
Web Audio API
W3C Proposed Recommendation, 6 May 2021

This Version:
 https://www.w3.org/TR/2021/PR-webaudio-20210506/
Latest Published Version:
 https://www.w3.org/TR/webaudio/

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 This document:
https://www.w3.org/TR/2021/PR-webaudio-20210506/#sotd
==============================================

Received on Thursday, 6 May 2021 15:52:02 UTC