Skip to content

Commit

Permalink
Store the ReplayGain tag values as strings
Browse files Browse the repository at this point in the history
  • Loading branch information
robUx4 committed Oct 24, 2024
1 parent 9f0e3bb commit 1c9b932
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions matroska_tags.xml
Original file line number Diff line number Diff line change
Expand Up @@ -308,12 +308,15 @@ The majority of the contemporary rock and pop music you hear on the radio these
<description lang="en">It is saved as a frequency in hertz to allow near-perfect tuning of instruments to
the same tone as the musical piece (e.g., "441.34" in Hertz). The default value is 440.0 Hz.</description>
</tag>
<tag name="REPLAYGAIN_GAIN" class="Technical Information" type="binary">
<tag name="REPLAYGAIN_GAIN" class="Technical Information" type="UTF-8">
<description lang="en">The gain to apply to reach 89dB SPL on playback. This is based on the [@!ReplayGain] standard.
Note that ReplayGain information can be found at all TargetType levels (track, album, etc).</description>
The value in decibels (dB) is stored as a string (e.g., "-0.42 dB"). The decibel unit is **OPTIONAL**.
Note that ReplayGain information can be found at all TargetType levels (track, album, etc).</description>
</tag>
<tag name="REPLAYGAIN_PEAK" class="Technical Information" type="binary">
<description lang="en">The maximum absolute peak value of the item. This is based on the [@!ReplayGain] standard.</description>
<tag name="REPLAYGAIN_PEAK" class="Technical Information" type="UTF-8">
<description lang="en">The maximum absolute peak amplitude of the item. This is based on the [@!ReplayGain] standard.
The value is a normalized absolute sample value of the target audio stored as a string without spaces (e.g., "1.0129").
Note that ReplayGain information can be found at all TargetType levels (track, album, etc).</description>
</tag>
<tag name="ISRC" class="Identifiers" type="UTF-8">
<description lang="en">The International Standard Recording Code [@!ISRC],
Expand Down

0 comments on commit 1c9b932

Please sign in to comment.