You have a lot of examples in the codecs/ directory of Asterisk. Basically you just need to implement the codec interface specified in the struct ast_translator. Red the comments in include/asterisk/translate.h
Regards, Moisés Silva On Feb 6, 2008 7:01 AM, <[EMAIL PROTECTED]> wrote: > hello, > i have a problem: i need to introduce an audio codec in asterisk and i > don't know how to do it! > the codec is MELP. can you help me? > > > _______________________________________________ > --Bandwidth and Colocation Provided by http://www.api-digital.com-- > > asterisk-dev mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-dev > -- "I do not agree with what you have to say, but I'll defend to the death your right to say it." Voltaire _______________________________________________ --Bandwidth and Colocation Provided by http://www.api-digital.com-- asterisk-dev mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-dev
