[Speex-dev] Errors while working with VBR on C55x patform at 4Kbps

SHYAM D shyam.sunder91 at gmail.com
Sun May 19 23:01:27 PDT 2013


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20130520/5bb2cb6d/attachment-0001.htm 


More information about the Speex-dev mailing list