Hi everyone, Just to let you know that version 1.2beta3 is out. The main change is the split into libspeex and libspeexdsp. Basically, libspeex keeps the codec (just like it was for 1.0.x) and libspeexdsp has all the new components. Other changes include a new jitter buffer algorithm and resampler improvements/fixes. This is also the first release where libspeex can be built without any floating point support. To do this, the float compatibility API must be disabled (--disable-float-api or DISABLE_FLOAT_API) and the VBR feature must be disabled (--disable-vbr or DISABLE_VBR). You can download it from http://www.speex.org as usual. Have fun, Jean-Marc
Hi Jean-Marc thanks for the great work! I managed to compile and install speex1.2beta3 on my openwrt-box (Asus WL-500Gp), and finally I could run the codec in real-time! All sampling rates work (8000, 16000, 32000Hz). Only the codec was tested, not libspeexdsp. It was compiled with the flags you suggested: --enable-shared \ --enable-static \ --enable-fixed-point \ --disable-oggtest \ --disable-float-api \ --disable-vbr \ thanks! /alfred Jean-Marc Valin wrote:> Hi everyone, > > Just to let you know that version 1.2beta3 is out. The main change is > the split into libspeex and libspeexdsp. Basically, libspeex keeps the > codec (just like it was for 1.0.x) and libspeexdsp has all the new > components. Other changes include a new jitter buffer algorithm and > resampler improvements/fixes. This is also the first release where > libspeex can be built without any floating point support. To do this, > the float compatibility API must be disabled (--disable-float-api or > DISABLE_FLOAT_API) and the VBR feature must be disabled (--disable-vbr > or DISABLE_VBR). You can download it from http://www.speex.org as usual. > > Have fun, > > Jean-Marc > _______________________________________________ > Speex-dev mailing list > Speex-dev@xiph.org > http://lists.xiph.org/mailman/listinfo/speex-dev
Windows binaries for 1.2beta3 are now available, thanks to Alexander Chemeris. Cheers, Jean-Marc Jean-Marc Valin a ?crit :> Hi everyone, > > Just to let you know that version 1.2beta3 is out. The main change is > the split into libspeex and libspeexdsp. Basically, libspeex keeps the > codec (just like it was for 1.0.x) and libspeexdsp has all the new > components. Other changes include a new jitter buffer algorithm and > resampler improvements/fixes. This is also the first release where > libspeex can be built without any floating point support. To do this, > the float compatibility API must be disabled (--disable-float-api or > DISABLE_FLOAT_API) and the VBR feature must be disabled (--disable-vbr > or DISABLE_VBR). You can download it from http://www.speex.org as usual. > > Have fun, > > Jean-Marc > _______________________________________________ > Speex-dev mailing list > Speex-dev@xiph.org > http://lists.xiph.org/mailman/listinfo/speex-dev > >
Hi all, I am a newbie here and just started using speex in our lab. During compiling my voice application with windows-compiled version provided today, I am getting "unresolved external symbol _speex_wb_mode". I am probably missing some setting with VS6.0 linker... (I am a bit new to windows too) If anyone could point it out, I would appreciate it. - Tim -----Original Message----- From: speex-dev-bounces@xiph.org [mailto:speex-dev-bounces@xiph.org] On Behalf Of Jean-Marc Valin Sent: Wednesday, December 12, 2007 4:33 AM To: Jean-Marc Valin Cc: speex-dev Subject: Re: [Speex-dev] Speex 1.2beta3 is out! Windows binaries for 1.2beta3 are now available, thanks to Alexander Chemeris. Cheers, Jean-Marc Jean-Marc Valin a ?crit :> Hi everyone, > > Just to let you know that version 1.2beta3 is out. The main change is > the split into libspeex and libspeexdsp. Basically, libspeex keeps the > codec (just like it was for 1.0.x) and libspeexdsp has all the new > components. Other changes include a new jitter buffer algorithm and > resampler improvements/fixes. This is also the first release where > libspeex can be built without any floating point support. To do this, > the float compatibility API must be disabled (--disable-float-api or > DISABLE_FLOAT_API) and the VBR feature must be disabled (--disable-vbr > or DISABLE_VBR). You can download it from http://www.speex.org as usual. > > Have fun, > > Jean-Marc > _______________________________________________ > Speex-dev mailing list > Speex-dev@xiph.org > http://lists.xiph.org/mailman/listinfo/speex-dev > >_______________________________________________ Speex-dev mailing list Speex-dev@xiph.org http://lists.xiph.org/mailman/listinfo/speex-dev
Apparently Analagous Threads
- Speex 1.2beta3 is out!
- Does VBR work for speex in non-float platform now?
- Problem with Blackfin assembly optimizations -- bug in fixed_bfin.h / resampler saturation???
- speex RAM optimising
- Re: Problem with Blackfin assembly optimizations -- bug in fixed_bfin.h / resampler saturation???