[xiph-cvs] cvs commit: speex/src wav_io.c
Jean-Marc Valin
jm at xiph.org
Sat Oct 19 21:19:40 PDT 2002
jm 02/10/20 00:19:40
Modified: src wav_io.c
Log:
adjusted message
Revision Changes Path
1.7 +1 -1 speex/src/wav_io.c
Index: wav_io.c
===================================================================
RCS file: /usr/local/cvsroot/speex/src/wav_io.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- wav_io.c 20 Oct 2002 04:05:10 -0000 1.6
+++ wav_io.c 20 Oct 2002 04:19:40 -0000 1.7
@@ -98,7 +98,7 @@
*rate = itmp;
if (*rate != 8000 && *rate != 16000 && *rate != 11025 && *rate != 22050)
{
- fprintf (stderr, "Only 8 kHz (narrowband) and 16 kHz (wideband) supported\n");
+ fprintf (stderr, "Only 8 kHz (narrowband) and 16 kHz (wideband) supported (plus 11.025 kHz and 22.05 kHz, but your mileage may vary)\n");
return -1;
}
<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