[Speex-dev] Please test upcoming release

Alfred E. Heggestad aeh at db.org
Fri Aug 18 06:14:26 PDT 2006


Hi

I have tested speex from svn trunk r11792, here are my
findings:


* Builds ok for Symbian, with 1 warning (patch to fix this
   this attached.) - not tested on hardware

* Builds ok for Ubuntu 6.06 (AMD64), although there are
   some issues with 'make -j4' (try it). Runs fine on
   AMD64 (64-bit mode), tested 8000Hz and 32000Hz

* Stereo encoding/decode goes at half the frequency, but
   this problem is also present in 1.1.11 and 1.1.2 from
   Debian, so it might be a problem in my application..


in general it works as expected, no major issues found..


/alfred


Jean-Marc Valin wrote:
> Hi everyone,
> 
> I'm about to release version 1.2-beta1 (which I could have called
> 1.1.13), which includes many, many changes. It would help if everyone
> could give the svn version (http://svn.xiph.org/trunk/speex/) a try and
> see if it works fine. I'll check my email next week when I'm back from
> some vacations and if nothing bad has been reported, I'll make the release.
> 
> Have fun,
> 
> 	Jean-Marc
> _______________________________________________
> Speex-dev mailing list
> Speex-dev at xiph.org
> http://lists.xiph.org/mailman/listinfo/speex-dev


-- 
Alfred E. Heggestad <aeh at db.org>
Web:    http://aeh.db.org/
VoIP:   <sip:alfredh at symbianos.org>, <sip:aeh at oplug.org>
Phone:  +47 85 24 72 75
Mobile: +47 94 29 65 87
Skype:  alfredheggestad
-------------- next part --------------
Index: libspeex/nb_celp.c
===================================================================
--- libspeex/nb_celp.c	(revision 11792)
+++ libspeex/nb_celp.c	(working copy)
@@ -1145,7 +1145,7 @@
 
 static void nb_decode_lost(DecState *st, spx_word16_t *out, char *stack)
 {
-   int i, sub;
+   int i;
    int pitch_val;
    spx_word16_t pitch_gain;
    spx_word16_t fact;


More information about the Speex-dev mailing list