Click here to Skip to main content
15,887,477 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am developing a VoIP application and Need to know if there is any open-source implementation for G722 speech codecs.
?!
Posted
Comments
Ahm.Gawad 29-Nov-12 9:14am    
I need an example of using it .

not really. It's still in use for Android:

http://code.google.com/p/sipdroid/source/browse/trunk/src/org/sipdroid/codecs/G722.java?r=517[^]

But I don't know how much or in which way you can use that.
 
Share this answer
 
Thanks , your answer give me a good push, here how i solved it :
I used the common g722 impl from spanDSP (all the working impl use it) and add JNI interface so i can use it in my JAVA App.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900