Skip to content

Commit deae0ba

Browse files
Fix PCM link for samples
SHA: 70892e0 Reason: workflow_dispatch, by Djuffin Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 946ec31 commit deae0ba

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

ulaw_codec_registration.html

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<title>u-law PCM WebCodecs Registration</title>
66
<meta content="NOTE-ED" name="w3c-status">
77
<link href="https://www.w3.org/StyleSheets/TR/2021/W3C-ED" rel="stylesheet">
8-
<meta content="Bikeshed version 97a1608be, updated Mon Feb 3 16:09:34 2025 -0800" name="generator">
8+
<meta content="Bikeshed version b25686b9f, updated Fri Mar 14 14:15:20 2025 -0700" name="generator">
99
<link href="https://www.w3.org/TR/webcodecs-ulaw-codec-registration/" rel="canonical">
10-
<meta content="011346f5edde07d8d205ef493d820bf30a279163" name="revision">
10+
<meta content="70892e0e707636452b701469533d14e5fc5eab12" name="revision">
1111
<meta content="dark light" name="color-scheme">
1212
<link href="https://www.w3.org/StyleSheets/TR/2021/dark.css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css">
1313
<style>/* Boilerplate: style-autolinks */
@@ -569,7 +569,7 @@
569569
<div class="head">
570570
<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>
571571
<h1 class="p-name no-ref" id="title">u-law PCM WebCodecs Registration</h1>
572-
<p id="w3c-state"><a href="https://www.w3.org/standards/types/#ED">Editor’s Draft</a>, <time class="dt-updated" datetime="2025-02-12">12 February 2025</time></p>
572+
<p id="w3c-state"><a href="https://www.w3.org/standards/types/#ED">Editor’s Draft</a>, <time class="dt-updated" datetime="2025-05-14">14 May 2025</time></p>
573573
<details open>
574574
<summary>More details about this document</summary>
575575
<div data-fill-with="spec-metadata">
@@ -601,7 +601,7 @@ <h1 class="p-name no-ref" id="title">u-law PCM WebCodecs Registration</h1>
601601
<div class="p-summary" data-fill-with="abstract">
602602
<h2 class="no-num no-toc no-ref heading settled" id="abstract"><span class="content">Abstract</span></h2>
603603
<p>This registration is entered into the <a data-link-type="biblio" href="#biblio-webcodecs-codec-registry" title="WebCodecs Codec Registry">[webcodecs-codec-registry]</a>.
604-
It describes, for u-law encoded PCM, the (1) fully qualified codec strings,
604+
It describes, for u-law encoded PCM, the (1) fully qualified <a href="https://w3c.github.io/webcodecs/#config-codec-string">codec strings</a>,
605605
(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> <code class="idl"><a data-link-type="idl" href="https://w3c.github.io/webcodecs/#dom-encodedaudiochunk-internal-data-slot" id="ref-for-dom-encodedaudiochunk-internal-data-slot">[[internal data]]</a></code> 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> bytes,
606606
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> <code class="idl"><a data-link-type="idl" href="https://w3c.github.io/webcodecs/#dom-encodedaudiochunk-type-slot" id="ref-for-dom-encodedaudiochunk-type-slot">[[type]]</a></code>.</p>
607607
<p>The registration is not intended to include any information on whether a
@@ -613,7 +613,7 @@ <h2 class="no-num no-toc no-ref heading settled" id="abstract"><span class="cont
613613
</div>
614614
<h2 class="no-num no-toc no-ref heading settled" id="sotd"><span class="content">Status of this document</span></h2>
615615
<div data-fill-with="status">
616-
<p> <em>This section describes the status of this document at the time of its publication. A list of current <abbr title="World Wide Web Consortium">W3C</abbr> publications and the latest revision of this technical report can be found in the <a href="https://www.w3.org/TR/"><abbr title="World Wide Web Consortium">W3C</abbr> technical reports index</a> at https://www.w3.org/TR/.</em> </p>
616+
<p> <em>This section describes the status of this document at the time of its publication. A list of current <abbr title="World Wide Web Consortium">W3C</abbr> publications and the latest revision of this technical report can be found in the <a href="https://www.w3.org/TR/"><abbr title="World Wide Web Consortium">W3C</abbr> standards and drafts index</a> at https://www.w3.org/TR/.</em> </p>
617617
<p> Feedback and comments on this specification are welcome. <a href="https://github.com/w3c/webcodecs/issues">GitHub Issues</a> are preferred for discussion on this specification. Alternatively, you can send comments to the Media Working Group’s mailing-list, <a href="mailto:[email protected]">[email protected]</a> (<a href="https://lists.w3.org/Archives/Public/public-media-wg/">archives</a>).
618618
This draft highlights some of the pending issues that are still to be discussed in the working group.
619619
No decision has been taken on the outcome of these issues including whether they are valid. </p>
@@ -654,7 +654,7 @@ <h2 class="no-num no-toc no-ref" id="contents">Table of Contents</h2>
654654
</nav>
655655
<main>
656656
<h2 class="heading settled" data-level="1" id="fully-qualified-codec-strings"><span class="secno">1. </span><span class="content">Fully qualified codec strings</span><a class="self-link" href="#fully-qualified-codec-strings"></a></h2>
657-
<p>The codec string is <code>"ulaw"</code>.</p>
657+
<p>The <a href="https://w3c.github.io/webcodecs/#config-codec-string">codec string</a> is <code>"ulaw"</code>.</p>
658658
<h2 class="heading settled" data-level="2" id="encodedaudiochunk-data"><span class="secno">2. </span><span class="content">EncodedAudioChunk data</span><a class="self-link" href="#encodedaudiochunk-data"></a></h2>
659659
<p><code class="idl"><a data-link-type="idl" href="https://w3c.github.io/webcodecs/#encodedaudiochunk" id="ref-for-encodedaudiochunk②">EncodedAudioChunk</a></code> <code class="idl"><a data-link-type="idl" href="https://w3c.github.io/webcodecs/#dom-encodedaudiochunk-internal-data-slot" id="ref-for-dom-encodedaudiochunk-internal-data-slot①">[[internal data]]</a></code> is expected to be
660660
a sequence of bytes of arbitrary length, where each byte is a u-law
@@ -719,7 +719,7 @@ <h3 class="no-num no-ref heading settled" id="normative"><span class="content">N
719719
<dt id="biblio-rfc2119">[RFC2119]
720720
<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>
721721
<dt id="biblio-webcodecs">[WEBCODECS]
722-
<dd>Paul Adenot; Bernard Aboba; Eugene Zemtsov. <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>
722+
<dd>Paul Adenot; Eugene Zemtsov. <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>
723723
</dl>
724724
<h3 class="no-num no-ref heading settled" id="informative"><span class="content">Informative References</span><a class="self-link" href="#informative"></a></h3>
725725
<dl>
@@ -1409,7 +1409,12 @@ <h3 class="no-num no-ref heading settled" id="informative"><span class="content"
14091409
function showRefHint(link) {
14101410
if(link.classList.contains("dfn-link")) return;
14111411
const url = link.getAttribute("href");
1412-
const ref = refsData[url];
1412+
const refHintKey = link.getAttribute("data-refhint-key");
1413+
let key = url;
1414+
if(refHintKey) {
1415+
key = refHintKey + "_" + url;
1416+
}
1417+
const ref = refsData[key];
14131418
if(!ref) return;
14141419

14151420
hideAllRefHints(); // Only display one at this time.

0 commit comments

Comments
 (0)