SipDroid has right now implemented the G711 on Java level. You can use the current implementation as a guideline for your G729 codec implementation (how to pass the raw audio to the convert API).
First you should answer the question whether you want to implement your codec on Java or on native level. Converting raw audio to G711 is pretty straight forward and not as "expensive" as converting your raw audio to G729 format (find a native implementation at http://www.readytechnology.co.uk/open/ipp-codecs-g729-g723.1/). Be aware of that you can use g729 only for trial purposes. If you try to sell an app using g729 you need a license! -- Roman Baumgaertner Sr. SW Engineer-OSDC ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile USA, Inc. On Oct 4, 11:37 pm, Mohammad Siddiqui <[email protected]> wrote: > Hi All > i am developing a VoIP client for android using the mjsip > any one have the idea about integrating the G729 codec with mjsip > > thanks in advanced --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

