Skip to content

Commit 17fb83d

Browse files
Merge pull request #493 from w3c/revise_processing_model_fix_queue_size
SHA: e24686d Reason: push, by @chcunningham Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c5d531c commit 17fb83d

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

pcm_codec_registration.html

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<meta content="ED" name="w3c-status">
77
<link href="https://www.w3.org/StyleSheets/TR/2021/W3C-ED" rel="stylesheet">
88
<link href="https://www.w3.org/2008/site/images/favicon.ico" rel="icon">
9-
<meta content="Bikeshed version e8b791d4b, updated Tue May 24 10:33:47 2022 -0700" name="generator">
9+
<meta content="Bikeshed version 70e626dff, updated Wed Jul 27 11:34:41 2022 -0700" name="generator">
1010
<link href="https://www.w3.org/TR/webcodecs-pcm-codec-registration/" rel="canonical">
11-
<meta content="a0ead9838d51d945b9bd8ad4a32a017e1fa1f42f" name="document-revision">
11+
<meta content="e24686d8c15479f529424fd5fc02f4b3aa64e1f4" name="document-revision">
1212
<style>/* style-autolinks */
1313

1414
.css.css, .property.property, .descriptor.descriptor {
@@ -453,7 +453,7 @@
453453
<div class="head">
454454
<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>
455455
<h1 class="p-name no-ref" id="title">Linear PCM WebCodecs Registration</h1>
456-
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">Editor’s Draft</a>, <time class="dt-updated" datetime="2022-05-24">24 May 2022</time></p>
456+
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">Editor’s Draft</a>, <time class="dt-updated" datetime="2022-07-28">28 July 2022</time></p>
457457
<details open>
458458
<summary>More details about this document</summary>
459459
<div data-fill-with="spec-metadata">
@@ -486,7 +486,7 @@ <h2 class="no-num no-toc no-ref heading settled" id="abstract"><span class="cont
486486

487487
It describes, for Linear PCM, the (1) fully qualified codec strings,
488488
(2) the codec-specific <code class="idl"><a data-link-type="idl" href="https://w3c.github.io/webcodecs/#encodedaudiochunk" id="ref-for-encodedaudiochunk">EncodedAudioChunk</a></code> <a data-link-type="dfn" href="https://w3c.github.io/webcodecs/#dom-encodedaudiochunk-internal-data-slot" id="ref-for-dom-encodedaudiochunk-internal-data-slot">[[internal data]]</a> bytes, (3) the <code class="idl"><a data-link-type="idl" href="https://w3c.github.io/webcodecs/#dom-audiodecoderconfig-description" id="ref-for-dom-audiodecoderconfig-description">AudioDecoderConfig.description</a></code>, and (4) the values of <code class="idl"><a data-link-type="idl" href="https://w3c.github.io/webcodecs/#encodedaudiochunk" id="ref-for-encodedaudiochunk①">EncodedAudioChunk</a></code> <a data-link-type="dfn" href="https://w3c.github.io/webcodecs/#dom-encodedaudiochunk-type-slot" id="ref-for-dom-encodedaudiochunk-type-slot">[[type]]</a>.</p>
489-
<p>Linear PCM is the <a href="https://www.w3.org/TR/webcodecs/#audio-sample-formats">raw audio format</a> used
489+
<p>Linear PCM is the <a href="https://w3c.github.io/webcodecs/#audio-sample-formats">raw audio format</a> used
490490

491491
in WebCodecs and does not require decoding. The motivation for registering
492492
the Linear PCM codec is to enable passthrough "decoding" of PCM content as
@@ -550,7 +550,7 @@ <h2 class="heading settled" data-level="1" id="fully-qualified-codec-strings"><s
550550
<li data-md>
551551
<p>pcm-s16, using format <code class="idl"><a data-link-type="idl" href="https://w3c.github.io/webcodecs/#dom-audiosampleformat-s16" id="ref-for-dom-audiosampleformat-s16">s16</a></code></p>
552552
<li data-md>
553-
<p>pcm-s24, using three <a href="https://webidl.spec.whatwg.org/#idl-octet">byte</a> (24-bit) <a data-link-type="dfn" href="https://w3c.github.io/webcodecs/#sample" id="ref-for-sample">samples</a> with <a data-link-type="dfn" href="https://w3c.github.io/webcodecs/#interleaved" id="ref-for-interleaved">interleaved</a> <a href="https://www.w3.org/TR/webcodecs/#audio-buffer-arrangement">channel arrangement</a>.</p>
553+
<p>pcm-s24, using three <a href="https://webidl.spec.whatwg.org/#idl-octet">byte</a> (24-bit) <a data-link-type="dfn" href="https://w3c.github.io/webcodecs/#sample" id="ref-for-sample">samples</a> with <a data-link-type="dfn" href="https://w3c.github.io/webcodecs/#interleaved" id="ref-for-interleaved">interleaved</a> <a href="https://w3c.github.io/webcodecs/#audio-buffer-arrangement">channel arrangement</a>.</p>
554554
<li data-md>
555555
<p>pcm-s32, using format <code class="idl"><a data-link-type="idl" href="https://w3c.github.io/webcodecs/#dom-audiosampleformat-s32" id="ref-for-dom-audiosampleformat-s32">s32</a></code></p>
556556
<li data-md>
@@ -573,7 +573,7 @@ <h2 class="heading settled" data-level="4" id="encodedaudiochunk-type"><span cla
573573
<p>The <a data-link-type="dfn" href="https://w3c.github.io/webcodecs/#dom-encodedaudiochunk-type-slot" id="ref-for-dom-encodedaudiochunk-type-slot①">[[type]]</a> for an <code class="idl"><a data-link-type="idl" href="https://w3c.github.io/webcodecs/#encodedaudiochunk" id="ref-for-encodedaudiochunk④">EncodedAudioChunk</a></code> containing
574574
Linear PCM is always "<a data-link-type="dfn" href="https://w3c.github.io/webcodecs/#dom-encodedaudiochunktype-key" id="ref-for-dom-encodedaudiochunktype-key">key</a>".</p>
575575
<h2 class="heading settled" data-level="5" id="privacy-and-security-considerations"><span class="secno">5. </span><span class="content">Privacy and Security Considerations</span><a class="self-link" href="#privacy-and-security-considerations"></a></h2>
576-
<p>Please refer to the <a href="https://www.w3.org/TR/webcodecs/#privacy-considerations">Privacy Considerations</a> and <a href="https://www.w3.org/TR/webcodecs/#security-considerations">Security Considerations</a> sections in <a data-link-type="biblio" href="#biblio-webcodecs">[WEBCODECS]</a>.</p>
576+
<p>Please refer to the <a href="https://w3c.github.io/webcodecs/#privacy-considerations">Privacy Considerations</a> and <a href="https://w3c.github.io/webcodecs/#security-considerations">Security Considerations</a> sections in <a data-link-type="biblio" href="#biblio-webcodecs">[WEBCODECS]</a>.</p>
577577
</main>
578578
<div data-fill-with="conformance">
579579
<h2 class="no-ref no-num heading settled" id="w3c-conformance"><span class="content">Conformance</span><a class="self-link" href="#w3c-conformance"></a></h2>
@@ -600,7 +600,7 @@ <h3 class="no-ref no-num heading settled" id="w3c-conventions"><span class="cont
600600
and are set apart from the normative text
601601
with <code>class="note"</code>,
602602
like this: </p>
603-
<p class="note" role="note">Note, this is an informative note. </p>
603+
<p class="note" role="note">Note, this is an informative note.</p>
604604
<h3 class="no-ref no-num heading settled" id="w3c-conformant-algorithms"><span class="content">Conformant Algorithms</span><a class="self-link" href="#w3c-conformant-algorithms"></a></h3>
605605
<p>Requirements phrased in the imperative as part of algorithms
606606
(such as "strip any leading space characters"
@@ -744,12 +744,14 @@ <h3 class="no-num no-ref heading settled" id="normative"><span class="content">N
744744
<dt id="biblio-rfc2119">[RFC2119]
745745
<dd>S. Bradner. <a href="https://datatracker.ietf.org/doc/html/rfc2119"><cite>Key words for use in RFCs to Indicate Requirement Levels</cite></a>. March 1997. Best Current Practice. URL: <a href="https://datatracker.ietf.org/doc/html/rfc2119">https://datatracker.ietf.org/doc/html/rfc2119</a>
746746
<dt id="biblio-webcodecs">[WEBCODECS]
747-
<dd>Chris Cunningham; Paul Adenot; Bernard Aboba. <a href="https://www.w3.org/TR/webcodecs/"><cite>WebCodecs</cite></a>. 16 February 2022. WD. URL: <a href="https://www.w3.org/TR/webcodecs/">https://www.w3.org/TR/webcodecs/</a>
747+
<dd>Chris Cunningham; Paul Adenot; Bernard Aboba. <a href="https://w3c.github.io/webcodecs/"><cite>WebCodecs</cite></a>. URL: <a href="https://w3c.github.io/webcodecs/">https://w3c.github.io/webcodecs/</a>
748+
<dt id="biblio-webidl">[WEBIDL]
749+
<dd>Web Interface Description Language (Second Edition) URL: <a href="https://webidl.spec.whatwg.org/">https://webidl.spec.whatwg.org/</a>
748750
</dl>
749751
<h3 class="no-num no-ref heading settled" id="informative"><span class="content">Informative References</span><a class="self-link" href="#informative"></a></h3>
750752
<dl>
751753
<dt id="biblio-webcodecs-codec-registry">[WEBCODECS-CODEC-REGISTRY]
752-
<dd>Chris Cunningham; Paul Adenot; Bernard Aboba. <a href="https://www.w3.org/TR/webcodecs-codec-registry/"><cite>WebCodecs Codec Registry</cite></a>. 21 March 2022. NOTE. URL: <a href="https://www.w3.org/TR/webcodecs-codec-registry/">https://www.w3.org/TR/webcodecs-codec-registry/</a>
754+
<dd>Chris Cunningham; Paul Adenot; Bernard Aboba. <a href="https://w3c.github.io/webcodecs/codec_registry.html"><cite>WebCodecs Codec Registry</cite></a>. URL: <a href="https://w3c.github.io/webcodecs/codec_registry.html">https://w3c.github.io/webcodecs/codec_registry.html</a>
753755
</dl>
754756
<script>/* script-dfn-panel */
755757

0 commit comments

Comments
 (0)