[www] r625 - trunk/www.matroska.org/data/technical/specs/tagging
| Newsgroups | gmane.comp.multimedia.matroska.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: robux4
Date: 2004-09-04 17:21:33 +0400 (Sat, 04 Sep 2004)
New Revision: 625
Modified:
trunk/www.matroska.org/data/technical/specs/tagging/index.html
Log:
spec: the replay gain data are in binary format
Modified: trunk/www.matroska.org/data/technical/specs/tagging/index.html
===================================================================
--- trunk/www.matroska.org/data/technical/specs/tagging/index.html 2004-09-04 13:11:40 UTC (rev 624)
+++ trunk/www.matroska.org/data/technical/specs/tagging/index.html 2004-09-04 13:21:33 UTC (rev 625)
@@ -761,16 +761,14 @@
</tr>
<tr>
<td>REPLAYGAIN_GAIN<a name="REPLAYGAIN_GAIN"/></td>
- <td>UTF-8</td>
- <td>The gain to apply to reach 89db SPL on playback. This is based on the
- new <a href="http://www.replaygain.org/">Replay Gain standard</a>. Note that ReplayGain information can be found at all TargetType levels (track, album, etc).</td>
+ <td>binary</td>
+ <td>The gain to apply to reach 89db SPL on playback. This is based on the <a href="http://www.replaygain.org/">Replay Gain standard</a>. Note that ReplayGain information can be found at all TargetType levels (track, album, etc).</td>
</tr>
<tr>
<td>REPLAYGAIN_PEAK<a name="REPLAYGAIN_PEAK" id="REPLAYGAIN_PEAK"
></a></td>
- <td>UTF-8</td>
- <td>The maximum absolute peak value of the item. This is based on the new
- <a href="http://www.replaygain.org/">Replay Gain standard</a>.</td>
+ <td>binary</td>
+ <td>The maximum absolute peak value of the item. This is based on the <a href="http://www.replaygain.org/">Replay Gain standard</a>.</td>
</tr>