change "vorbis comments" to "FLAC tags" in select places
authorJosh Coalson <jcoalson@users.sourceforce.net>
Wed, 8 Sep 2004 00:58:46 +0000 (00:58 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Wed, 8 Sep 2004 00:58:46 +0000 (00:58 +0000)
doc/html/documentation.html

index 344e413..b7c4e83 100644 (file)
                                <TT>--replay-gain</TT>
                        </TD>
                        <TD>
-                               Calculate <A HREF="http://www.replaygain.org/">ReplayGain</A> values and store in Vorbis comments, similar to <A HREF="http://packages.qa.debian.org/v/vorbisgain.html">VorbisGain</A>.  Title gains/peaks will be computed for each input file, and an album gain/peak will be computed for all files.  All input files must have the same resolution, sample rate, and number of channels.  Only mono and stereo files are allowed, and the sample rate must be one of 8, 11.025, 12, 16, 22.05, 24, 32, 44.1, or 48 kHz.  Also note that this option may leave a few extra bytes in a PADDING block as the exact size of the tags is not known until all files are processed.<P>
+                               Calculate <A HREF="http://www.replaygain.org/">ReplayGain</A> values and store in FLAC tags, similar to <A HREF="http://packages.qa.debian.org/v/vorbisgain.html">VorbisGain</A>.  Title gains/peaks will be computed for each input file, and an album gain/peak will be computed for all files.  All input files must have the same resolution, sample rate, and number of channels.  Only mono and stereo files are allowed, and the sample rate must be one of 8, 11.025, 12, 16, 22.05, 24, 32, 44.1, or 48 kHz.  Also note that this option may leave a few extra bytes in a PADDING block as the exact size of the tags is not known until all files are processed.<P>
                                Note that this option cannot be used when encoding to standard output (stdout).
                        </TD>
                </TR>
                                <TT>-T FIELD=VALUE</TT>, <TT>--tag=FIELD=VALUE</TT>
                        </TD>
                        <TD>
-                               Add a Vorbis comment.  The comment must adhere to the Vorbis comment spec; i.e. the FIELD must contain only legal characters, terminated by an 'equals' sign.  Make sure to quote the comment if necessary.  This option may appear more than once to add several comments.  NOTE: all tags will be added to all encoded files.
+                               Add a FLAC tag.  The comment must adhere to the Vorbis comment spec (which FLAC tags implement), i.e. the FIELD must contain only legal characters, terminated by an 'equals' sign.  Make sure to quote the comment if necessary.  This option may appear more than once to add several comments.  NOTE: all tags will be added to all encoded files.
                        </TD>
                </TR>
                <A NAME="flac_options_blocksize">