<div>Greetings all,</div>
<div> </div>
<div>I have been try to decode Speex audio for many days without success.</div>
<div>Finally I noticed in the line number #108 of the file "libspeexdec.c" :</div>
<div> </div>
<div>   </div>
<div>s->frame.nb_samples = s->frame_size;</div>
<div> </div>
<div>this "s->frame_size" is always 0 , thus giving a "get_buffer() failed"  error.</div>
<div>When I hardcoded a value like "s->frame.nb_samples=2048" , decoding worked fine.(play back was not smooth though)</div>
<div> </div>
<div>Is this a bug or am I missing something ?</div>
<div> </div>