[speex-dev] Bug found (and possibly fixed) in Win32 speexdec
Anders S. Johansen
home at dduck.dk
Sat May 31 15:10:06 PDT 2003
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)
WIN_Audio_close ();
At least everything works for me, if I make the abovementioned change.
Cheers!
Anders
--- >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 'speex-dev-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 Speex-dev
mailing list