Skip to content

Commit

Permalink
Address final review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
padenot committed Sep 22, 2023
1 parent f836068 commit 0c5f2df
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions index.bs
Expand Up @@ -3049,7 +3049,8 @@ Constructors</h4>
1. Set the {{[[rendering thread state]]}} for
|c| to <code>"suspended"</code>.

1. Determine the {{[[render quantum size]]}} for this {{OfflineAudioContext}}, based on the value of the {{OfflineAudioContextOptions/renderSizeHint}}:
1. Determine the {{[[render quantum size]]}} for this {{OfflineAudioContext}},
based on the value of the {{OfflineAudioContextOptions/renderSizeHint}}:

1. If it has the default value of <code>"default"</code> or
<code>"hardware</code>", set the {{[[render quantum size]]}} private
Expand Down Expand Up @@ -12462,11 +12463,11 @@ block of 128 samples-frames is called a <a>render quantum</a>, and
the <a>render quantum size</a> is 128.
</del>
<ins>
Rendering an audio graph is done in blocks of samples-frames, the size of this
block being constant for the lifetime of a {{BaseAudioContext}}. The number of
sample-frames of a block of sample-frames is called the <dfn>render quantum
size</dfn>, and the block itself is called a <dfn>render quantum</dfn>. It
defaults to 128, but can be controlled by {{AudioContextOptions/renderSizeHint}}
Audio graph rendering is done in blocks of sample-frames, with the size of each
block remaining constant for the lifetime of a {{BaseAudioContext}}. The number of
sample-frames in a block is called <dfn>render quantum size</dfn>, and the block
itself is called a <dfn>render quantum</dfn>. Its default value is 128, and it can
be configured by setting {{AudioContextOptions/renderSizeHint}}.
</ins>
</div>

Expand Down

0 comments on commit 0c5f2df

Please sign in to comment.