[xiph-cvs] cvs commit: vorbis-tools/oggenc oggenc.c
Michael Smith
msmith at xiph.org
Wed Apr 17 03:58:57 PDT 2002
msmith 02/04/17 03:58:57
Modified: oggenc oggenc.c
Log:
Doc updates for usage()
Revision Changes Path
1.53 +3 -2 vorbis-tools/oggenc/oggenc.c
Index: oggenc.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/oggenc/oggenc.c,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- oggenc.c 2002/03/23 14:19:47 1.52
+++ oggenc.c 2002/04/17 10:58:56 1.53
@@ -392,9 +392,10 @@
"\n"
"INPUT FILES:\n"
" OggEnc input files must currently be 16 or 8 bit PCM WAV, AIFF, or AIFF/C\n"
- " files. Files may be mono or stereo (or more channels) and any sample rate.\n"
+ " files, or 32 bit IEEE floating point WAV. Files may be mono or stereo\n"
+ " (or more channels) and any sample rate.\n"
" However, the encoder is only tuned for rates of 44.1 and 48 kHz and while\n"
- " other rates will be accepted quality will be significantly degraded.\n"
+ " other rates will be accepted quality may be significantly degraded.\n"
" Alternatively, the --raw option may be used to use a raw PCM data file, which\n"
" must be 16bit stereo little-endian PCM ('headerless wav'), unless additional\n"
" parameters for raw mode are specified.\n"
<p><p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list