Anders S. Johansen
2004-Aug-06  15:01 UTC
[speex-dev] 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)
       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@xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is
needed.
Unsubscribe messages sent to the list will be ignored/filtered.
Anders S. Johansen
2004-Aug-06  15:01 UTC
[speex-dev] Bug found (and possibly fixed) in Win32 speexdec
Jean-Marc Valin wrote:> Thanks for the fix. I applied to CVS. It'll be included in the 1.0.1 > version I plan to release soon.Great! Any ETA on the 1.0.1 version? I am just on the verge of releasing a product containing Speex, but might stall for a month or two if significant updates are imminent. With the start of summer vacation in Denmark the whole country pretty much grinds to a halt anyway, so I might as well wait 'till august if there's a sufficiently good reason ;) Specifically I'd be interested in improved support for 11KHz sampled source files. Not that I'm dissatisfied with the quality, but the warnings from speexenc sound pretty dire... TTYL 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@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
2004-Aug-06  15:01 UTC
[speex-dev] Bug found (and possibly fixed) in Win32 speexdec
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@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