@@ -4,8 +4,9 @@ Shortname: webaudio
44Level: 1.1
55Group: audiowg
66Status: ED
7+ Prepare for TR: no
78ED: https://webaudio.github.io/web-audio-api/
8- TR: https://www.w3.org/TR/webaudio-11 /
9+ TR: https://www.w3.org/TR/webaudio-1.1 /
910Favicon: favicon.png
1011Previous Version: https://www.w3.org/TR/2021/REC-webaudio-20210617/
1112Previous Version: https://www.w3.org/TR/2021/CR-webaudio-20210114/
@@ -23,7 +24,6 @@ Editor: Hongchan Choi, Google (https://www.google.com/),
[email protected] , w3
2324Former Editor: Raymond Toy (until Oct 2018)
2425Former Editor: Chris Wilson (Until Jan 2016)
2526Former Editor: Chris Rogers (Until Aug 2013)
26- Implementation Report: implementation-report.html
2727Test Suite: https://github.com/web-platform-tests/wpt/tree/master/webaudio
2828Repository: WebAudio/web-audio-api
2929Abstract: This specification describes a high-level Web <abbr title="Application Programming Interface">API</abbr>
@@ -1625,7 +1625,7 @@ Constructors</h4>
16251625 1. Return |context|.
16261626 </div>
16271627
1628- <div algorithm="sending a control message to start processing">
1628+ <div algorithm="sending a control message to start processing">
16291629 Sending a <a>control message</a> to start processing means
16301630 executing the following steps:
16311631
@@ -1657,13 +1657,14 @@ Constructors</h4>
16571657
16581658 1. [=fire an event=] named {{BaseAudioContext/statechange}} at the
16591659 {{AudioContext}}.
1660- </div>
1660+
1661+ </div>
16611662
1662- NOTE: In cases where an {{AudioContext}} is constructed with no arguments and resource
1663- acquisition fails, the User-Agent will attempt to silently render the audio graph using
1664- a mechanism that emulates an audio output device.
1663+ NOTE: In cases where an {{AudioContext}} is constructed with no arguments and resource
1664+ acquisition fails, the User-Agent will attempt to silently render the audio graph using
1665+ a mechanism that emulates an audio output device.
16651666
1666- <div algorithm="setting the messageport on the scope" id="setting-the-messageport-on-the-scope">
1667+ <div algorithm="setting the messageport on the scope" id="setting-the-messageport-on-the-scope">
16671668 Sending a <a>control message</a> to set the {{MessagePort}} on the
16681669 {{AudioWorkletGlobalScope}} means executing the following steps, on
16691670 the <a>rendering thread</a>, with
@@ -1676,11 +1677,11 @@ Constructors</h4>
16761677
16771678 1. Set {{AudioWorkletGlobalScope/port}} to
16781679 |deserializedPort|.
1679- </div>
1680+ </div>
16801681
1681- <pre class="argumentdef" for="AudioContext/constructor(contextOptions)">
1682- contextOptions: User-specified options controlling how the {{AudioContext}} should be constructed.
1683- </pre>
1682+ <pre class="argumentdef" for="AudioContext/constructor(contextOptions)">
1683+ contextOptions: User-specified options controlling how the {{AudioContext}} should be constructed.
1684+ </pre>
16841685
16851686</dl>
16861687
@@ -6542,7 +6543,7 @@ enum BiquadFilterType {
65426543 <tr>
65436544 <td>"<dfn>allpass</dfn>"
65446545 <td>
6545- An <a href="https://en.wikipedia.org/wiki/All-pass_filter#Digital_Implementation ">
6546+ An <a href="https://en.wikipedia.org/wiki/All-pass_filter#Digital_implementation ">
65466547 allpass filter</a> allows all frequencies through, but changes
65476548 the phase relationship between the various frequencies. It
65486549 implements a second-order allpass filter
@@ -9994,7 +9995,7 @@ Attributes</h4>
99949995<!-- Big Text: Stereo -->
99959996<!-- Big Text: Panner -->
99969997
9997- <h3 interface lt="StereoPannerNode" id="stereopannernode" oldid="StereoPannerNode" >
9998+ <h3 interface lt="StereoPannerNode" id="stereopannernode">
99989999The {{StereoPannerNode}} Interface</h3>
999910000
1000010001This interface represents a processing node which positions an
@@ -12023,7 +12024,7 @@ task queue=] of its associated {{BaseAudioContext}}.
1202312024
1202412025 1. <b id="audio-worklet-render-return">Return:</b> at this point |completion|
1202512026 will be set to an ECMAScript
12026- <a href="https://tc39.es/ecma262/#sec-completion-record-type- specification-type">completion</a> value.
12027+ <a href="https://tc39.es/ecma262/#sec-completion-record-specification-type">completion</a> value.
1202712028
1202812029 1. [=Clean up after running a callback=] with the [=current settings object=].
1202912030
0 commit comments