<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2604" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hello Speex,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I think I've noticed a bug in version
1.1.6.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>In the source file "speexdec.c", lines 558 to 560
say</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2> wav_format = strlen(outFile)>=4
&&
(<BR>
strcmp(outFile+strlen(outFile)-4,".wav")==0<BR>
|| strcmp(inFile+strlen(inFile)-4,".WAV")==0);</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>. I think each "inFile" should be
"outFile". On the other hand, if we really want to look at the "inFile",
then we should check its length also.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>If there's another way I should report this, I'd be
glad to hear. Hope this helps.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Regards,</FONT></DIV>
<DIV><FONT face=Arial size=2>Walt Mendenhall</FONT></DIV>
<DIV><FONT face=Arial size=2>(US) 303 960 5841</FONT></DIV></BODY></HTML>