Closed GoogleCodeExporter closed 9 years ago
I didn't noticed this issue because I'm using Windows to build Doubango for
Android. It was a case sensitivity problem: Should be "tmedia_jitterbuffer.h"
instead of "tmedia_JitterBuffer.h". The issue has been fixed now.
For information, doubango 2.x contains two jitterbuffer handlers, one based on
speakup algorithm and one on speex-dsp. By default we use "speakup" as it
doesn't require any thirdparty libraries but you should enable speex-dsp on
Android and iOS if you want better performance (cpu, delay, ....).
To enable speex-dsp jitterbuffer, add "SPEEX_DSP=yes" as parameter for
buildAll.sh.
Here is an example of build-file:
http://code.google.com/p/doubango/source/browse/branches/2.0/doubango/bindings/j
ava/android/gpl.sh
Original comment by boss...@yahoo.fr
on 29 Apr 2011 at 6:35
Hi ,
Thank you for your reply and sample . I test this .
Best regards ,
Bye ,
Philippe
Original comment by verney.p...@gmail.com
on 30 Apr 2011 at 6:09
Hi ,
Have update my source code , it's Ok .
Thank you ,
Bye
Original comment by verney.p...@gmail.com
on 3 May 2011 at 9:35
Original comment by boss...@yahoo.fr
on 4 Jun 2011 at 7:16
Original issue reported on code.google.com by
verney.p...@gmail.com
on 29 Apr 2011 at 11:47