I didn't used the download version. You can ask a copy of evaluation version according to your platform to Voiceage. Elangbam Johnson 2009/6/4 Salvatore Balzano <s.balzano at smartsoft.it> > Hi Johnson, > > Thanks for the answer, I just downloaded the g.729 evaluation version of > VoiceAge, and it includes different files from yours; I have "va_g729.h", > "va_g729.lib", "va_g729_decoder.c", "va_g729_encoder.c", plus a pdf and two > example .exes, I'll try to build my codec using your infos. > > Since it seems to be a very popular feature, isn't there a ready > downloadable patch to be included in Pjsip? > > Thanks, > Salvatore. > > Date: Thu, 4 Jun 2009 19:24:30 +0530 > From: johnson elangbam <elangbamjohnson@xxxxxxxxx> <elangbamjohnson at gmail.com> > Subject: Re: VoiceAge G729 > To: pjsip list <pjsip at lists.pjsip.org> <pjsip at lists.pjsip.org> > Message-ID: > <b0861bdd0906040654w2c9d8bfw856d4b519e45532d at mail.gmail.com> <b0861bdd0906040654w2c9d8bfw856d4b519e45532d at mail.gmail.com> > Content-Type: text/plain; charset="windows-1252" > > 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> <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.html> <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20090604/97c3e5e8/attachment.html> > > ------------------------------ > > _______________________________________________ > pjsip mailing listpjsip at lists.pjsip.orghttp://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.or <http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org> > > > _______________________________________________ > 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 > > -- Elangbam Johnson -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20090604/815918f5/attachment-0001.html>