zling2001 / imsdroid

Automatically exported from code.google.com/p/imsdroid
0 stars 0 forks source link

speex codec not appear in codecs screen #276

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

What steps will reproduce the problem?
1. i checkout the doubango source 
2. i rebuild it using ../bindings/java/android/buildAll.sh 
3. i replaced the tinyWrap.so 

What is the expected output? What do you see instead?
expected to work fine , but the option for speex diappear

What version of the product are you using? On what operating system?imsdroid 
2.x 

Please provide any additional information below.

am try also to build it using parameter 
SPEEX_DSP=yes

but the same issue happen

please advice ?

Original issue reported on code.google.com by wmas...@gmail.com on 13 Aug 2011 at 8:50

GoogleCodeExporter commented 9 years ago
SPEEX_DSP is for Speex Digital Signal Processing: jitter buffer, resampler, 
noise suppression...
For Speex Codec you must use SPEEX.
Here is the list of all supported options: 
http://code.google.com/p/imsdroid/wiki/Building_IMSDroid_v2_x#More_options
To have all features enabled you can use "gpl.sh" instead of "buildAll.sh".

Original comment by boss...@yahoo.fr on 7 Sep 2011 at 9:15