<div dir="ltr">Hello devs,<br><br>I am working to port Speex on to C55x platform with a bitrate of 4kbps<br><br>I am currently working with the same sample code which is been given my settings are below<br><br><div><br></div>
<div>   tmp=1;</div><div>   speex_decoder_ctl(dec, SPEEX_SET_ENH, &amp;tmp);</div><div>   tmp=4000;/*4Kbps*/</div><div>   speex_encoder_ctl(st, SPEEX_SET_BITRATE, &amp;tmp);</div><div>   tmp=1;</div><div>   speex_encoder_ctl(st, SPEEX_SET_VBR, &amp;tmp);</div>
<div>   tmp=2.0;</div><div>   speex_encoder_ctl(st,SPEEX_SET_VBR_QUALITY,&amp;tmp);</div><div>   tmp=4000;</div><div>   speex_encoder_ctl(st, SPEEX_SET_VBR_MAX_BITRATE, &amp;tmp);</div><div>   tmp=1;  /* Lowest */</div><div>
   speex_encoder_ctl(st, SPEEX_SET_COMPLEXITY, &amp;tmp);</div><div><br></div>when i try to decode the encoded stream i face the following error<br><br>notification: More than two wideband layers found. The stream is corrupted.<div>
notification: More than two wideband layers found. The stream is corrupted.</div><div>notification: More than two wideband layers found. The stream is corrupted.<br><br clear="all"><div><br></div>-- <br><font color="#3366ff">-----Regards &amp; Thanks</font><div>
<font color="#3366ff">Shyam Sunder Daram</font></div><div><font color="#3366ff">Mobile:- +91   96-52-72-12-86</font></div><div><font color="#3366ff">                         95-6082-143-8</font></div>
</div></div>