How to add g729 codec in Android application?
Posted
by
juned
on Stack Overflow
See other posts from Stack Overflow
or by juned
Published on 2012-04-09T05:26:15Z
Indexed on
2012/04/09
5:29 UTC
Read the original article
Hit count: 203
i am developing a SIP application for making and receiving a call and i want to add the G729 codec in my application.
currently i am doing analysis on open source project SipDroid. if i want to make that application to support G729 codec how to do that?
there is a different codecs configuration file in org.sipdroid.codecs package.how do create the this kind of .java file for G729 codec?
Any suggestion and response will be appreciated.
© Stack Overflow or respective owner