[Freeswitch-users] mod_amr transcoing for testing purposes

Michael Jerris mike at jerris.com
Mon Jan 14 19:45:04 MSK 2013


Licensing for that pool last we looked was a bit of a mess IIRC.  We will need a lot of interest to consider pursuing this.  That all being said, the module in tree is complete module code, just requires the library.

Makefile:
AMR_DIR=$(switch_srcdir)/libs/amr
AMR_BUILDDIR=$(switch_builddir)/libs/amr
AMR_A=$(AMR_BUILDDIR)/libamr.a

LOCAL_INSERT_CFLAGS=if test -d $(AMR_DIR); then echo "-I$(AMR_DIR)" ; else echo "-DAMR_PASSTHROUGH" ; fi ;
LOCAL_INSERT_LDFLAGS=test ! -d $(AMR_DIR) || echo "$(AMR_A)";


if you put the correct lib in libs/amr and build it then build the module, it should work.

your looking for a lib with these header files:

#include "interf_enc.h"                                                                                                                             
#include "interf_dec.h"                                                                                                                             

we do not distribute or provide any licensing for this library, so you will need to arrange that on your own.

Mike


On Jan 14, 2013, at 10:14 AM, Steven Ayre <steveayre at gmail.com> wrote:

> What exactly would you be 'testing' though? There's no licensed version of the module available yet.
> 
> From the Wiki:
> Licensing is being worked on and FreeSWITCH™ may be able to offer licensing terms in the future for this module.
> 
> If you're interested in a transcoding version of the AMR codec for production use I'd suggest you contact the core developers to either put your name down for how many licenses you'd be interested in, or raise a bounty (like happened with G729).
> 
> -Steve
> 
> 
> 
> 
> On 14 January 2013 13:04, Luis Azedo <luis.azedo at factorlusitano.com> wrote:
> Hi,
>  is there any way to enable mod_amr with transcoding for testing purposes ?
>     maybe with opencore-amr ?
>     thanks
> 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20130114/b46ab964/attachment-0001.html 


Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users mailing list