Skip to content

Commit f3ac20f

Browse files
bdrtcdalecurtis
authored andcommitted
restore 3 wrong fixes according to the comments of @padenot
1 parent c5cdcb4 commit f3ac20f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.src.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2967,7 +2967,7 @@
29672967
</xmp>
29682968

29692969
: <dfn dict-member for=AudioDataCopyToOptions>planeIndex</dfn>
2970-
:: The index identifies the plane to copy from.
2970+
:: The index identifying the plane to copy from.
29712971

29722972
: <dfn dict-member for=AudioDataCopyToOptions>frameOffset</dfn>
29732973
:: An offset into the source plane data indicating which [=frame=] to begin
@@ -3005,10 +3005,10 @@
30053005
signal at a particular point in time in a particular channel.
30063006

30073007
A <dfn>frame</dfn> or (sample-frame) refers to a set of values of all channels
3008-
of a multi-channel signal, that happened at the exact same time.
3008+
of a multi-channel signal, that happen at the exact same time.
30093009

30103010
NOTE: Consequently, if an audio signal is mono (has only one channel), a frame
3011-
or a sample refers to the same thing.
3011+
and a sample refer to the same thing.
30123012

30133013
All audio [=samples=] in this specification are using linear pulse-code
30143014
modulation (Linear PCM): quantization levels are uniform between values.

0 commit comments

Comments
 (0)