From 6a6be37cce4fd70ae56e9ac738ac65aa1a2dd556 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Wed, 8 Sep 2004 00:58:46 +0000 Subject: [PATCH] change "vorbis comments" to "FLAC tags" in select places --- doc/html/documentation.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/html/documentation.html b/doc/html/documentation.html index 344e4132..b7c4e83d 100644 --- a/doc/html/documentation.html +++ b/doc/html/documentation.html @@ -592,7 +592,7 @@ --replay-gain - Calculate ReplayGain values and store in Vorbis comments, similar to VorbisGain. 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.

+ Calculate ReplayGain values and store in FLAC tags, similar to VorbisGain. 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.

Note that this option cannot be used when encoding to standard output (stdout). @@ -659,7 +659,7 @@ -T FIELD=VALUE, --tag=FIELD=VALUE - 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.