[xiph-cvs] cvs commit: speex/src speexenc.c wav_io.c
Aaron Lehmann
aaronl at vitelus.com
Sat Oct 19 21:15:53 PDT 2002
On Sun, Oct 20, 2002 at 12:05:10AM -0400, Jean-Marc Valin wrote:
> - if (*rate != 8000 && *rate != 16000)
> + if (*rate != 8000 && *rate != 16000 && *rate != 11025 && *rate != 22050)
> {
> fprintf (stderr, "Only 8 kHz (narrowband) and 16 kHz (wideband) supported\n");
> return -1;
The fprintf needs to be corrected here.
--- >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