Displaying 2 results from an estimated 2 matches for "cb27fc15".
2004 Aug 06
0
Bug found (and possibly fixed) in Win32 speexdec
...Québec, Canada
<p>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 190 bytes
Desc: Ceci est une partie de message numériquement signée
Url : http://lists.xiph.org/pipermail/speex-dev/attachments/20030601/cb27fc15/signature-0001.pgp
2004 Aug 06
2
Bug found (and possibly fixed) in Win32 speexdec
Hi!
Speexdec "clips" playback of files on fast Windows machines when
invoking it in decode-and-play mode by only supplying a filename for the
source file - the end of the sound playback gets chopped off. I have
traced it to the line reading:
if (fout && strlen(outFile)==0)
WIN_Audio_close ();
<p>...which should probably read...
if (strlen(outFile)==0)