|
8 | 8 | <meta content="Bikeshed version 0ef803fdf, updated Tue Jan 6 11:59:39 2026 -0800" name="generator"> |
9 | 9 | <link href="https://www.w3.org/TR/webaudio-1.1/" rel="canonical"> |
10 | 10 | <link href="favicon.png" rel="icon"> |
11 | | - <meta content="4b11c5897d5ec8903d03f78102f53b0d3556728b" name="revision"> |
| 11 | + <meta content="69c40d2dd66a6d4551d2c7b9a7710ad55e79db06" name="revision"> |
12 | 12 | <meta content="dark light" name="color-scheme"> |
13 | 13 | <link href="https://www.w3.org/StyleSheets/TR/2021/dark.css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css"> |
14 | 14 | <style> |
|
1159 | 1159 | </p> |
1160 | 1160 | <h1 class="no-ref p-name" id="title">Web Audio API 1.1</h1> |
1161 | 1161 | <p id="w3c-state"><a href="https://www.w3.org/standards/types/#ED">Editor’s Draft</a>, |
1162 | | - <time class="dt-updated" datetime="2026-01-07">7 January 2026</time></p> |
| 1162 | + <time class="dt-updated" datetime="2026-01-20">20 January 2026</time></p> |
1163 | 1163 | <details open> |
1164 | 1164 | <summary>More details about this document</summary> |
1165 | 1165 | <div data-fill-with="spec-metadata"> |
@@ -3048,14 +3048,14 @@ <h4 class="heading settled" data-level="1.1.2" id="BaseAudioContent-methods"><sp |
3048 | 3048 | <p>Let <var>promise</var> be a new Promise.</p> |
3049 | 3049 | <li data-md> |
3050 | 3050 | <p>If <code class="idl"><a class="idl-code" data-link-type="argument" href="#dom-baseaudiocontext-decodeaudiodata-audiodata-successcallback-errorcallback-audiodata" id="ref-for-dom-baseaudiocontext-decodeaudiodata-audiodata-successcallback-errorcallback-audiodata">audioData</a></code> |
3051 | | -is <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#buffersource-detached" id="ref-for-buffersource-detached">detached</a>, execute the following steps:</p> |
| 3051 | +is not <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#buffersource-detached" id="ref-for-buffersource-detached">detached</a>, execute the following steps:</p> |
3052 | 3052 | <ol> |
3053 | 3053 | <li data-md> |
3054 | 3054 | <p>Append <var>promise</var> to <code class="idl"><a data-link-type="idl" href="#dom-baseaudiocontext-pending-promises-slot" id="ref-for-dom-baseaudiocontext-pending-promises-slot">[[pending promises]]</a></code>.</p> |
3055 | 3055 | <li data-md> |
3056 | 3056 | <p><a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#dfn-detach" id="ref-for-dfn-detach">Detach</a> |
3057 | 3057 | the <code class="idl"><a class="idl-code" data-link-type="argument" href="#dom-baseaudiocontext-decodeaudiodata-audiodata-successcallback-errorcallback-audiodata" id="ref-for-dom-baseaudiocontext-decodeaudiodata-audiodata-successcallback-errorcallback-audiodata①">audioData</a></code> <code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#idl-ArrayBuffer" id="ref-for-idl-ArrayBuffer③">ArrayBuffer</a></code>. |
3058 | | -If this operations throws, jump to the step 3.</p> |
| 3058 | +If this operation throws, jump to step 4.1.</p> |
3059 | 3059 | <li data-md> |
3060 | 3060 | <p>Queue a decoding operation to be performed on another thread.</p> |
3061 | 3061 | </ol> |
|
0 commit comments