Skip to content

Commit bf79dcb

Browse files
committed
add EBU loudness/peak value tags
Implements #831
1 parent 2f1cd95 commit bf79dcb

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed

matroska_tags.xml

+14
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,20 @@ the same tone as the musical piece (e.g., "441.34" in Hertz). The default value
337337
The value is a normalized absolute sample value of the target audio stored as a string without spaces (e.g., "1.0129").
338338
Note that ReplayGain information can be found at all TargetType levels (track, album, etc).</description>
339339
</tag>
340+
<tag name="EBU_R128_LOUDNESS" class="Technical Information" type="binary">
341+
<description lang="en">EBU R 128 Loudness.
342+
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].
343+
This value is stored as a 32-bit floating-point number as defined in [@!IEEE.754] in little-endian order.</description>
344+
</tag>
345+
<tag name="EBU_R128_TRUE_PEAK" class="Technical Information" type="binary">
346+
<description lang="en">EBU R 128 True-peak level.
347+
This corresponds to the "true-peak level", in units of dB True Peak (dbTP), defined in [@!EBU-R.128].
348+
This value is stored as a 32-bit floating-point number as defined in [@!IEEE.754] in little-endian order.</description>
349+
</tag>
350+
<tag name="EBU_3342_LOUDNESS_RANGE" class="Technical Information" type="binary">
351+
<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].
352+
This value is stored as a 32-bit floating-point number as defined in [@!IEEE.754] in little-endian order.</description>
353+
</tag>
340354

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

rfc_backmatter_tags.md

+38
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11

22
{backmatter}
33

4+
<reference anchor="EBU-R.128" target="https://tech.ebu.ch/publications/r128/">
5+
<front>
6+
<title>LOUDNESS NORMALISATION AND PERMITTED MAXIMUM LEVEL OF AUDIO SIGNALS</title>
7+
<author/>
8+
<date month="November" year="2023" />
9+
</front>
10+
</reference>
11+
12+
<reference anchor="EBU-TECH.3342" target="https://tech.ebu.ch/publications/tech3342">
13+
<front>
14+
<title>LOUDNESS RANGE: A MEASURE TO SUPPLEMENT EBU R 128 LOUDNESS NORMALIZATION</title>
15+
<author/>
16+
<date month="November" year="2023" />
17+
</front>
18+
</reference>
19+
420
<reference anchor="GS1" target="https://www.gs1.org/standards/barcodes-epcrfid-id-keys/gs1-general-specifications">
521
<front>
622
<title>GS1 General Specifications</title>
@@ -20,6 +36,16 @@
2036
</front>
2137
</reference>
2238

39+
<reference anchor="IEEE.754" target="https://standards.ieee.org/standard/754-2019.html">
40+
<front>
41+
<title>IEEE Standard for Binary Floating-Point Arithmetic</title>
42+
<author>
43+
<organization>IEEE</organization>
44+
</author>
45+
<date year="2019" month="June" day="13"/>
46+
</front>
47+
</reference>
48+
2349
<reference anchor="IMDb" target="https://imdb-api.com/api">
2450
<front>
2551
<title>IMDb API Documentation</title>
@@ -61,6 +87,18 @@
6187
<seriesInfo name="IFPI" value="3rd Edition" />
6288
</reference>
6389

90+
<reference anchor="ITU-BS.1770" target="https://www.itu.int/rec/R-REC-BS.1770/en">
91+
<front>
92+
<title>Algorithms to measure audio programme loudness and true-peak audio level</title>
93+
<author>
94+
<organization>ITU-T</organization>
95+
</author>
96+
<date month="November" year="2023"/>
97+
</front>
98+
<seriesInfo name="ITU-T Recommendation" value="BS.1770" />
99+
</reference>
100+
101+
64102
<reference anchor="LCCN" target="https://www.loc.gov/marc/lccn.html">
65103
<front>
66104
<title>Library Of Congress Control Number</title>

0 commit comments

Comments
 (0)