在pjsip上集成g729



我正在使用本教程构建pjsip .现在我想将pjsip与android的g729编解码器集成。

在上面的链接中,我已经从标准链接下载了intell IPP。

Download Intel IPP and Intel IPP samples from ​http://software.intel.com/en-us/intel-ipp and ​https://registrationcenter.intel.com/en/
Extract the archive to a temporary folder
Run the installer (e.g. ./install.sh) and follow the on screen instructions. The default installation options will install it to "/opt/intel/ipp/" directory (e.g. "/opt/intel/ipp/5.3.1.062/ia32/" in my case).
Extract IPP samples to a directory (e.g. to "~/Desktop/ipp-samples"). 

在/opt/intel/ipp/中,我没有指定版本的文件夹,也就是说,我只有

 bin  components  examples  include  lib  tools

所以我有/opt/intel/ipp/上面提到的文件夹。

该怎么办?

我找到并尝试实现它的大多数教程,我面临404页没有找到,包括googlecode,甚至英特尔。

谁能建议我正确的方法来集成g729编解码器在pjsip或webrtc为android ?

如果您不想添加intelipp,您可以使用以下链接。我找了很久才找到的

https://github.com/VoiSmart/pjsip-android-builder/commit/0337921f81b3e30da05dc1a019d60d8822be73ec

最新更新