Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FPWD Request for Web Audio API 1.1 - web-audio-api-11 #656

Closed
svgeesus opened this issue Sep 25, 2024 · 4 comments
Closed

FPWD Request for Web Audio API 1.1 - web-audio-api-11 #656

svgeesus opened this issue Sep 25, 2024 · 4 comments
Assignees
Labels
Entering Rec Track First Public Working Draft wg:audio

Comments

@svgeesus
Copy link
Contributor

Document title, URLs, estimated publication date

Web Audio API 1.1
https://webaudio.github.io/web-audio-api/
once approved

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

https://webaudio.github.io/web-audio-api/#sotd (as ED)

Is it a delta specification intended to become a W3C Recommendation?

No

Link to group's decision to request transition

WebAudio/web-audio-api#2602

Issues

https://github.com/WebAudio/web-audio-api/issues

Information about implementations known to the Working Group

Implementations ongoing in Chrome, WebKit, Firefox

@svgeesus svgeesus added Entering Rec Track First Public Working Draft Awaiting Team Verification Awaiting the verification of the W3C Team labels Sep 25, 2024
@plehegar
Copy link
Member

Approved

@plehegar plehegar added Awaiting Publication Approved by the Director, waiting on publication and removed Awaiting Team Verification Awaiting the verification of the W3C Team labels Sep 26, 2024
@plehegar
Copy link
Member

plehegar commented Nov 4, 2024

(not yet published?)

@svgeesus
Copy link
Contributor Author

svgeesus commented Nov 6, 2024

(not yet published?)

There was a publishing moratorium for two weeks. 5 Nov was the first publication day.

@svgeesus
Copy link
Contributor Author

svgeesus commented Nov 6, 2024

Published 5 Nov 2024

@svgeesus svgeesus closed this as completed Nov 6, 2024
@svgeesus svgeesus removed the Awaiting Publication Approved by the Director, waiting on publication label Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Entering Rec Track First Public Working Draft wg:audio
Projects
None yet
Development

No branches or pull requests

3 participants