Skip to content

Commit 70892e0

Browse files
committed
Fix PCM link for samples
1 parent cbef456 commit 70892e0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pcm_codec_registration.src.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
spec: WEBCODECS; urlPrefix: https://w3c.github.io/webcodecs/#
4242
type: dfn
4343
text: interleaved; url: interleaved
44+
spec: WEBCODECS; urlPrefix: https://w3c.github.io/webcodecs/#
45+
type: dfn
46+
text: samples; url: sample
4447
</pre>
4548

4649

@@ -71,7 +74,7 @@
7174
between two successive values are linearly uniform.
7275

7376
{{EncodedAudioChunk}} {{EncodedAudioChunk/[[internal data]]}} is expected to be
74-
a sequence of bytes of arbitrary length, with a [=sample=] occuring every N
77+
a sequence of bytes of arbitrary length, with a [=sample=] occurring every N
7578
bits, where N is defined by the [[WEBCODECS#config-codec-string|codec string]]. For multichannel PCM, [=samples=]
7679
from different channels are [=interleaved=].
7780

0 commit comments

Comments
 (0)