Skip to content

Commit 21795c5

Browse files
committed
add EBU loudness/peak value tags
Implements #831
1 parent 2b7fb6f commit 21795c5

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed

cellar-tags/rfc_backmatter_tags.md

+38
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,22 @@
1010
</front>
1111
</reference>
1212

13+
<reference anchor="EBU-R.128" target="https://tech.ebu.ch/publications/r128/">
14+
<front>
15+
<title>LOUDNESS NORMALISATION AND PERMITTED MAXIMUM LEVEL OF AUDIO SIGNALS</title>
16+
<author/>
17+
<date month="November" year="2023" />
18+
</front>
19+
</reference>
20+
21+
<reference anchor="EBU-TECH.3342" target="https://tech.ebu.ch/publications/tech3342">
22+
<front>
23+
<title>LOUDNESS RANGE: A MEASURE TO SUPPLEMENT EBU R 128 LOUDNESS NORMALIZATION</title>
24+
<author/>
25+
<date month="November" year="2023" />
26+
</front>
27+
</reference>
28+
1329
<reference anchor="GS1" target="https://www.gs1.org/standards/barcodes-epcrfid-id-keys/gs1-general-specifications">
1430
<front>
1531
<title>GS1 General Specifications</title>
@@ -29,6 +45,16 @@
2945
</front>
3046
</reference>
3147

48+
<reference anchor="IEEE.754" target="https://standards.ieee.org/standard/754-2019.html">
49+
<front>
50+
<title>IEEE Standard for Binary Floating-Point Arithmetic</title>
51+
<author>
52+
<organization>IEEE</organization>
53+
</author>
54+
<date year="2019" month="June" day="13"/>
55+
</front>
56+
</reference>
57+
3258
<reference anchor="ID3v2.4" target="https://id3.org/id3v2.4.0-frames">
3359
<front>
3460
<title>ID3 tag version 2.4.0 - Native Frames</title>
@@ -89,6 +115,18 @@
89115
<seriesInfo name="IFPI" value="4th Edition" />
90116
</reference>
91117

118+
<reference anchor="ITU-BS.1770" target="https://www.itu.int/rec/R-REC-BS.1770/en">
119+
<front>
120+
<title>Algorithms to measure audio programme loudness and true-peak audio level</title>
121+
<author>
122+
<organization>ITU-T</organization>
123+
</author>
124+
<date month="November" year="2023"/>
125+
</front>
126+
<seriesInfo name="ITU-T Recommendation" value="BS.1770" />
127+
</reference>
128+
129+
92130
<reference anchor="LCCN" target="https://www.loc.gov/marc/lccn.html">
93131
<front>
94132
<title>Library Of Congress Control Number</title>

matroska_tags.xml

+14
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,20 @@ the same tone as the musical piece (e.g., "441.34" in Hertz). The values is stor
340340
The value is a normalized absolute sample value of the target audio, using the Float number defined in (#number-tags-formatting) (e.g., "1.0129").
341341
Note that ReplayGain information can be found at all `TargetType` levels (track, album, etc).</description>
342342
</tag>
343+
<tag name="EBU_R128_LOUDNESS" class="Technical Information" type="binary">
344+
<description lang="en">EBU R 128 Loudness.
345+
The value is the Loudness, K-weighted, relative to nominal full scale (LKFS) defined in [@!ITU-BS.1770] normalized to a Target Level of -23.0 LUFS as in [@!EBU-R.128].
346+
This value is stored as a 32-bit floating-point number as defined in [@!IEEE.754] in little-endian order.</description>
347+
</tag>
348+
<tag name="EBU_R128_TRUE_PEAK" class="Technical Information" type="binary">
349+
<description lang="en">EBU R 128 True-peak level.
350+
This corresponds to the "true-peak level", in units of dB True Peak (dbTP), defined in [@!EBU-R.128].
351+
This value is stored as a 32-bit floating-point number as defined in [@!IEEE.754] in little-endian order.</description>
352+
</tag>
353+
<tag name="EBU_3342_LOUDNESS_RANGE" class="Technical Information" type="binary">
354+
<description lang="en">Loudness Range, measures the variation of loudness on a macroscopic time-scale, in units of LU (Loudness Units) as defined in [@!EBU-TECH.3342].
355+
This value is stored as a 32-bit floating-point number as defined in [@!IEEE.754] in little-endian order.</description>
356+
</tag>
343357

344358
<tag name="ISRC" class="External Identifiers" type="UTF-8">
345359
<description lang="en">The International Standard Recording Code [@!ISRC],

0 commit comments

Comments
 (0)