From dce2b5f82bee9699c8cf28b1f8c6965563226988 Mon Sep 17 00:00:00 2001 From: Chris Lilley Date: Fri, 1 Nov 2024 17:47:09 -0400 Subject: [PATCH] Updates for FPWD (boilerplate, link fixes, html validity) --- index.bs | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/index.bs b/index.bs index 4375c7e6b..6215f728b 100644 --- a/index.bs +++ b/index.bs @@ -3,9 +3,11 @@ Title: Web Audio API 1.1 Shortname: webaudio Level: 1.1 Group: audiowg -Status: ED +Status: FPWD +Date: 2024-11-05 +Prepare for TR: yes ED: https://webaudio.github.io/web-audio-api/ -TR: https://www.w3.org/TR/webaudio-11/ +TR: https://www.w3.org/TR/webaudio-1.1/ Favicon: favicon.png Previous Version: https://www.w3.org/TR/2021/REC-webaudio-20210617/ Previous Version: https://www.w3.org/TR/2021/CR-webaudio-20210114/ @@ -23,7 +25,6 @@ Editor: Hongchan Choi, Google (https://www.google.com/), hongchan@google.com, w3 Former Editor: Raymond Toy (until Oct 2018) Former Editor: Chris Wilson (Until Jan 2016) Former Editor: Chris Rogers (Until Aug 2013) -Implementation Report: implementation-report.html Test Suite: https://github.com/web-platform-tests/wpt/tree/master/webaudio Repository: WebAudio/web-audio-api Abstract: This specification describes a high-level Web API @@ -1625,7 +1626,7 @@ Constructors 1. Return |context|. -
+
Sending a control message to start processing means executing the following steps: @@ -1657,13 +1658,14 @@ Constructors 1. [=fire an event=] named {{BaseAudioContext/statechange}} at the {{AudioContext}}. -
+ +
- NOTE: In cases where an {{AudioContext}} is constructed with no arguments and resource - acquisition fails, the User-Agent will attempt to silently render the audio graph using - a mechanism that emulates an audio output device. + NOTE: In cases where an {{AudioContext}} is constructed with no arguments and resource + acquisition fails, the User-Agent will attempt to silently render the audio graph using + a mechanism that emulates an audio output device. -
+
Sending a control message to set the {{MessagePort}} on the {{AudioWorkletGlobalScope}} means executing the following steps, on the rendering thread, with @@ -1676,11 +1678,11 @@ Constructors 1. Set {{AudioWorkletGlobalScope/port}} to |deserializedPort|. -
+
-
-contextOptions: User-specified options controlling how the {{AudioContext}} should be constructed.
-
+
+    contextOptions: User-specified options controlling how the {{AudioContext}} should be constructed.
+    
@@ -6542,7 +6544,7 @@ enum BiquadFilterType { "allpass" - An + An allpass filter allows all frequencies through, but changes the phase relationship between the various frequencies. It implements a second-order allpass filter @@ -9994,7 +9996,7 @@ Attributes -

+

The {{StereoPannerNode}} Interface

This interface represents a processing node which positions an @@ -12023,7 +12025,7 @@ task queue=] of its associated {{BaseAudioContext}}. 1. Return: at this point |completion| will be set to an ECMAScript - completion value. + completion value. 1. [=Clean up after running a callback=] with the [=current settings object=].