Re: [OpenSIPStack] G729 Codec Integration
Brought to you by:
joegenbaclor
From: <jo...@op...> - 2008-09-12 06:18:35
|
I assume you are referring to ITU G.729 reference implementation? I am not sure about your motivation. May I ask why you want to use the none optimized version of G.729 as against using Voice Age G.729 which is equally free for personal/none-commercial use? Anyway, if you want to proceed in using the ITU implementation, the fastest way is to modify G729codec.cxx and G729codec.h to call the ITU encode and decode methods instead of voice age. I must warn that even if ITU gives away the source code it doesn't mean you are free to use it. You must still comply with the licensing requirements for the codec. Decoder is -> BOOL Opal_G729_PCM::ConvertFrame(const BYTE * src, BYTE * dst) Encoder is -> BOOL Opal_PCM_G729::ConvertFrame(const BYTE * src, BYTE * dst) Joegen haripriya alapati wrote: > > We are not having voice age G729. We have compiled G.729 source files. > In this case how can i do integration?? > > > On Thu, 11 Sep 2008 jo...@op... wrote : > >> Is it voice age G.729 or another G.729 codec implementation? If it's voice age, all you need to do is copy the the voice age library and header file in opensipstack\external\Codecs and do a clean rebuild. Configure script will do everything for you. >> haripriya alapati wrote: >> >>> Hi, >>> I want to integrate G729 Codec in OpenSIPStack Code. >>> Can any one help me how can i do that integration?? And what are the modifications required for that integration?? >>> >>> Thanks in Advance. >>> >>> >>> >>> ------------------------------------------------------------------------- >>> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge >>> Build the coolest Linux based applications with Moblin SDK & win great prizes >>> Grand prize is a trip for two to an Open Source event anywhere in the world >>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>> _______________________________________________ >>> opensipstack-devel mailing list >>> ope...@li... >>> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >>> ------------------------------------------------------------------------ >>> >>> >>> No virus found in this incoming message. >>> Checked by AVG - http://www.avg.com Version: 8.0.169 / Virus Database: 270.6.20/1666 - Release Date: 9/11/2008 7:03 AM >>> >>> >>> > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > ------------------------------------------------------------------------ > > > No virus found in this incoming message. > Checked by AVG - http://www.avg.com > Version: 8.0.169 / Virus Database: 270.6.21/1667 - Release Date: 9/11/2008 6:55 PM > > |