Skip to content

Commit d6b421c

Browse files
committed
deploy: a73cd1b
1 parent 52a8a2e commit d6b421c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7337,7 +7337,7 @@ Attributes</h4>
73377337
::
73387338
Controls whether the impulse response from the buffer will be
73397339
scaled by an equal-power normalization when the
7340-
{{ConvolverNode/buffer}} atttribute is set. Its default value is
7340+
{{ConvolverNode/buffer}} attribute is set. Its default value is
73417341
`true` in order to achieve a more uniform output
73427342
level from the convolver when loaded with diverse impulse
73437343
responses. If {{normalize}} is set to

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta content="Bikeshed version b25686b9f, updated Fri Mar 14 14:15:20 2025 -0700" name="generator">
99
<link href="https://www.w3.org/TR/webaudio-1.1/" rel="canonical">
1010
<link href="favicon.png" rel="icon">
11-
<meta content="27add2ca326ba824b4a15195d8639eb0c18aae1a" name="revision">
11+
<meta content="a73cd1b4ee6a56bbeb7c15b1476417dc542def25" name="revision">
1212
<meta content="dark light" name="color-scheme">
1313
<link href="https://www.w3.org/StyleSheets/TR/2021/dark.css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css">
1414
<style>
@@ -1155,7 +1155,7 @@
11551155
<div class="head">
11561156
<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>
11571157
<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>
11591159
<details open>
11601160
<summary>More details about this document</summary>
11611161
<div data-fill-with="spec-metadata">
@@ -8093,7 +8093,7 @@ <h4 class="heading settled" data-level="1.17.2" id="ConvolverNode-attributes"><s
80938093
<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>
80948094
<dd data-md>
80958095
<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
80978097
level from the convolver when loaded with diverse impulse
80988098
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
80998099
no pre-processing/scaling of the impulse response. Changes to

0 commit comments

Comments
 (0)