|
8 | 8 | <meta content="Bikeshed version b25686b9f, updated Fri Mar 14 14:15:20 2025 -0700" 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="27add2ca326ba824b4a15195d8639eb0c18aae1a" name="revision"> |
| 11 | + <meta content="a73cd1b4ee6a56bbeb7c15b1476417dc542def25" 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> |
|
1155 | 1155 | <div class="head"> |
1156 | 1156 | <p data-fill-with="logo"><a class="logo" href="https://www.w3.org/"> <img alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2021/logos/W3C" width="72"> </a> </p> |
1157 | 1157 | <h1 class="p-name no-ref" id="title">Web Audio API 1.1</h1> |
1158 | | - <p id="w3c-state"><a href="https://www.w3.org/standards/types/#ED">Editor’s Draft</a>, <time class="dt-updated" datetime="2025-03-24">24 March 2025</time></p> |
| 1158 | + <p id="w3c-state"><a href="https://www.w3.org/standards/types/#ED">Editor’s Draft</a>, <time class="dt-updated" datetime="2025-03-31">31 March 2025</time></p> |
1159 | 1159 | <details open> |
1160 | 1160 | <summary>More details about this document</summary> |
1161 | 1161 | <div data-fill-with="spec-metadata"> |
@@ -8093,7 +8093,7 @@ <h4 class="heading settled" data-level="1.17.2" id="ConvolverNode-attributes"><s |
8093 | 8093 | <dt data-md><dfn class="dfn-paneled idl-code" data-dfn-for="ConvolverNode" data-dfn-type="attribute" data-export id="dom-convolvernode-normalize"><code>normalize</code></dfn>, <span> of type <a data-link-type="idl-name" href="https://webidl.spec.whatwg.org/#idl-boolean" id="ref-for-idl-boolean⑤">boolean</a></span> |
8094 | 8094 | <dd data-md> |
8095 | 8095 | <p>Controls whether the impulse response from the buffer will be |
8096 | | -scaled by an equal-power normalization when the <code class="idl"><a data-link-type="idl" href="#dom-convolvernode-buffer" id="ref-for-dom-convolvernode-buffer⑨">buffer</a></code> atttribute is set. Its default value is <code>true</code> in order to achieve a more uniform output |
| 8096 | +scaled by an equal-power normalization when the <code class="idl"><a data-link-type="idl" href="#dom-convolvernode-buffer" id="ref-for-dom-convolvernode-buffer⑨">buffer</a></code> attribute is set. Its default value is <code>true</code> in order to achieve a more uniform output |
8097 | 8097 | level from the convolver when loaded with diverse impulse |
8098 | 8098 | responses. If <code class="idl"><a data-link-type="idl" href="#dom-convolvernode-normalize" id="ref-for-dom-convolvernode-normalize④">normalize</a></code> is set to <code>false</code>, then the convolution will be rendered with |
8099 | 8099 | no pre-processing/scaling of the impulse response. Changes to |
|
0 commit comments