Hi everyone, I'm planning on releasing Speex 1.2beta2 in the next few days. I'd appreciate if everyone could try and test the current svn to make sure no bug crept in for your favourite plarform/application. Cheers, Jean-Marc
I downloaded the svn. I'm trying the fixed/floating point in VBR 8000 (8000 set as VBR max bit rate). The quality, compression i'm using is the default one. It seems to work correctly, i'm making a lot of speech recordings, all seems to work as before. Soon i'll try the denoiser feature on WM 5.0 since you said it is already converted to fixed point. My platforms are Win32 (Vista/XP) and Windows Mobile 5.0 (ARM PPC). So i compiled the win32 release and the ARM_PPC release as static libraries. Bye. Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> ha scritto: Hi everyone, I'm planning on releasing Speex 1.2beta2 in the next few days. I'd appreciate if everyone could try and test the current svn to make sure no bug crept in for your favourite plarform/application. Cheers, Jean-Marc _______________________________________________ Speex-dev mailing list Speex-dev@xiph.org http://lists.xiph.org/mailman/listinfo/speex-dev --------------------------------- L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20070521/491ac254/attachment.htm
Hello, On 5/18/07, Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> wrote:> I'm planning on releasing Speex 1.2beta2 in the next few days. I'd > appreciate if everyone could try and test the current svn to make sure > no bug crept in for your favourite plarform/application.I would like to ask you for Visual Studio projects updates before this release. Attached patch for VS2003 project change following: * Change runtime CRT to DLL version instead of static linked. * Change location of produced dll and lib files to their usual place in top-level 'bin' and 'lib' directories. * Turn on VS optimizatons for Release_Dynamic configuration. I could elaborate every change here if needed. I would like to update VS6 project file also - we're using that one too, and I see it was not updated since 2004 year. I could send patch that will add new files and do the same as my VS2003 project patch. -- Regards, Alexander Chemeris. SIPez LLC. SIP VoIP, IM and Presence Consulting http://www.SIPez.com tel: +1 (617) 273-4000 -------------- next part -------------- A non-text attachment was scrubbed... Name: libspeex.vcproj.patch Type: application/octet-stream Size: 3337 bytes Desc: not available Url : http://lists.xiph.org/pipermail/speex-dev/attachments/20070522/1530ba30/libspeex.vcproj.obj
Just one minor issue while building for ARM4 targets. The prototype for the normalize16 function hasn't been updated in filters_arm4.h. The attached patch should fix that. Apart from that, the 1.2beta2 release is about 0.6% faster on Coldfire than beta1. Cheers, Dan -------------- next part -------------- A non-text attachment was scrubbed... Name: arm4_filter.patch Type: text/x-patch Size: 483 bytes Desc: not available Url : http://lists.xiph.org/pipermail/speex-dev/attachments/20070523/b7ed8134/arm4_filter.bin
Dan Everton a ?crit :> Just one minor issue while building for ARM4 targets. The prototype for > the normalize16 function hasn't been updated in filters_arm4.h. The > attached patch should fix that.Patch applied. Thanks. In case you're interested, there's plenty of ARM4 optimisations that need to be updated (since 1.1.12) :-)> Apart from that, the 1.2beta2 release is about 0.6% faster on Coldfire > than beta1.Good to know, I didn't expect much change in the narrowband speed. Jean-Marc