Few things are really confusing here except the royalty fee that we got a pay for g.729. 1) Why I need to worry about audio subsystem. As in encoder part I should take the 16 bit PCM bitstream and convert that to 10 byte g.729 bits and in decoder part I do the vice versa and let the pjmedia take care of the rest. There should not be anything else needed to be done. Am I right? Also it should work for FP1 and FP2 as like as speex and gsm implemented. Please shed some lights on that. Thanks a lot. Rawshan Iajdani -----Original Message----- From: pjsip-bounces@xxxxxxxxxxxxxxx [mailto:pjsip-bounces at lists.pjsip.org] On Behalf Of Fabio Pietrosanti (naif) Sent: Tuesday, October 21, 2008 4:39 PM To: pjsip list Subject: Re: g729 - symbian port Well, First of all the Audio Subsystem must be different between S60 and UIQ devices. Second, also on S60 it will have to be different between S60 MR/FP1 (Audio Proxy Server) and S60 FP1/FP2 devices (Voip Audio Services API) . Fortunately we are lucky that APS on S60 MR/FP1 it's supported while on FP2 it's deprecated but it works. Third, if you implement it in Software (instead of using APS) you will have to pay royalties for each piece distributed. This guide me to say that the more convenient things to do today is to hook APS directly inside PJMEDIA in order to use *for free *royalty-based codec like G729 and AMR, along with Hardware Acceleration and Battery Saving. Fabio Rawshan Iajdani wrote: > Why not we should try implementing ITU - g729 instead of APS. I like to > think outside the box as I like my application should port to at least on > UIQ. Working on that and will keep you guys posted. > > > > > -----Original Message----- > From: pjsip-bounces@xxxxxxxxxxxxxxx [mailto:pjsip-bounces at lists.pjsip.org] > On Behalf Of Fabio Pietrosanti (naif) > Sent: Monday, October 20, 2008 10:08 PM > To: Karthik Babu > Cc: pjsip list > Subject: Re: g729 - symbian port > > Nanang, > > can we write a small web page with the description of how the APS could > be integrated inside the PJMEDIA Stack? > > Mr. Karthik Babu of Cytrion proposed himself for the development of such > feature. > > Imho it should be driven by your design consideration, so it would be > nice to have your support about it. > > This implementation can provide to all pjsip users all the hardware > codecs support by S60 platform, including royalty based one like G729 > and AMR for *free* . > > Fabio > > Karthik Babu wrote: > >> Dear Fabio , >> >> Can you please help me to get started with directions to implement g729 in >> > APS > >> for S60 devices . ? >> >> >> >> > > > _______________________________________________ > 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 > > > _______________________________________________ > 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 > _______________________________________________ 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