[speex-dev] Bug found (and possibly fixed) in Win32 speexdec

Jean-Marc Valin jean-marc.valin at hermes.usherb.ca
Sat May 31 23:01:44 PDT 2003


Thanks for the fix. I applied to CVS. It'll be included in the 1.0.1
version I plan to release soon.

        Jean-Marc

Le sam 31/05/2003 à 18:10, Anders S. Johansen a écrit :
> 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 ();
> 
> 
> ...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.

-- 
Jean-Marc Valin, M.Sc.A.
LABORIUS (http://www.gel.usherb.ca/laborius)
Université de Sherbrooke, 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


More information about the Speex-dev mailing list