Hi Salvatore, I already integrated for windows mobile, this is the process what i've done. Must be same for desktop also. The g.729 evaluation version of Voice Age will in?clude 3 files g729a.lib, g729a_if.h and typedef.h, 1. Create 2 files and add in pjsip project (g729.c and g729.h) following the pattern same as gsm or g711. or any other codecs. 2. Include g729a_if.h and typedef.h in g729.c 3. Call the required API?s given in the voice library in g729.c wherever required The API?s are E_IF_g729a_init E_IF_g729a_queryBlockSize E_IF_g729a_encode D_IF_g729a_init D_IF_g729a_queryBlockSize D_IF_g729a_decode 1. Call pjmedia_codec_g729_init() and pjmedia_codec_g729_deinit() in pj sua_media.c. 5. Enable g729 in config_site.h as # define PJMEDIA_HAS_G729_CODEC 1 Elangbam Johnson 2009/6/4 Salvatore Balzano <s.balzano at smartsoft.it> > Hi all, > > I've tryed Intel IPP to integrate G729 codec in pjsip, it works, but it's > very large (the best i get is about 40MB of DLL to redistribute). > > I read that Pjsip can be integrated with VoiceAge G729, but I don't know > how. > > Is there anyone with example/tutorial/code? > > Thanks in advance, > Salvatore Balzano. > > -- > Salvatore Balzano, > Smart Soft s.r.l. > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip at lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20090604/97c3e5e8/attachment-0001.html>