-1

I have developed an application for void calling using SIP protocol .Currently I am using GSM codec which is provided by android by default.But now I want to use G729 codec and I don't have any idea how to use that codec .So can any one give me some idea or provide me any link so that I can use that codec??

Bansal_Sneha
  • 1,039
  • 12
  • 36

1 Answers1

0

First, Android does not support this codec because of its licence:

G.729 includes patents from several companies and is licensed by Sipro Lab Telecom. Sipro Lab Telecom is the authorized Intellectual Property Licensing Administrator for G.729 technology and patent pool. In a number of countries, the use of G.729 may require a license fee and/or royalty fee.

You have been warned.

Technically you may use one of many java implementations of G.729 like this one: Encoder and Decoder

Kristopher
  • 8,450
  • 11
  • 42
  • 74