Errors while working with VBR on C55x patform at 4Kbps

SHYAM D <[email protected]> Mon, 20 May 2013 11:31:25 +0530
Newsgroups gmane.comp.audio.compression.speex.devel
Message-ID <CA++g_f2jp5i3_FJMt_UV=V5kHu29+2rkDe4Q1tTzZ_TnXApFnw@mail.gmail.com>
Hello devs,

I am working to port Speex on to C55x platform with a bitrate of 4kbps

I am currently working with the same sample code which is been given my
settings are below


   tmp=1;
   speex_decoder_ctl(dec, SPEEX_SET_ENH, &tmp);
   tmp=4000;/*4Kbps*/
   speex_encoder_ctl(st, SPEEX_SET_BITRATE, &tmp);
   tmp=1;
   speex_encoder_ctl(st, SPEEX_SET_VBR, &tmp);
   tmp=2.0;
   speex_encoder_ctl(st,SPEEX_SET_VBR_QUALITY,&tmp);
   tmp=4000;
   speex_encoder_ctl(st, SPEEX_SET_VBR_MAX_BITRATE, &tmp);
   tmp=1;  /* Lowest */
   speex_encoder_ctl(st, SPEEX_SET_COMPLEXITY, &tmp);

when i try to decode the encoded stream i face the following error

notification: More than two wideband layers found. The stream is corrupted.
notification: More than two wideband layers found. The stream is corrupted.
notification: More than two wideband layers found. The stream is corrupted.


-- 
-----Regards & Thanks
Shyam Sunder Daram
Mobile:- +91   96-52-72-12-86
                         95-6082-143-8

_______________________________________________
Speex-dev mailing list
[email protected]
http://lists.xiph.org/mailman/listinfo/speex-dev