简体   繁体   English

如何在pjsip中集成G729编解码器?

[英]How to integrate G729 codec in pjsip?

I have put G729 library files in my android project but that codec is not shown in GUI. 我已将G729库文件放入我的android项目中,但该编解码器未在GUI中显示。

I have try to find G722 for reference but there are so many files for that. 我已经尝试找到G722供参考,但是有太多文件可供参考。

So can some one help me to get exact location where I have to add code to enable G729? 那么,有人可以帮助我获得我必须添加代码才能启用G729的确切位置吗?

Any help or suggestion would be appreciable. 任何帮助或建议都是可取的。

Follow the steps from csipsimple project for android . 按照android的csipsimple项目的步骤进行操作。 Get the source code from here http://csipsimple.googlecode.com/svn/trunk/CSipSimple/jni/g729/ 从此处获取源代码http://csipsimple.googlecode.com/svn/trunk/CSipSimple/jni/g729/

Add the files from pj_sources to pjmedia-codec directory . 将文件从pj_sources添加到pjmedia-codec目录。 And follow the steps as other codecs added there as like g722 . 并按照步骤添加其他编解码器,例如g722。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM