在 android 的 pjsip 上集成 g729
integrating g729 on pjsip for android
我正在使用 this 构建 pjsip 的教程。现在我想将 pjsip 与 android 的 g729 编解码器集成。
在上面 link 中,正如提到的那样,我已经从标准 link 下载了智能 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 甚至 intel。
谁能建议我在 android 的 pjsip 或 webrtc 上集成 g729 编解码器的正确方法?
如果您不想添加 intel ipp,可以使用以下 link。经过搜索,我找到了它:
https://github.com/VoiSmart/pjsip-android-builder/commit/0337921f81b3e30da05dc1a019d60d8822be73ec
我正在使用 this 构建 pjsip 的教程。现在我想将 pjsip 与 android 的 g729 编解码器集成。
在上面 link 中,正如提到的那样,我已经从标准 link 下载了智能 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 甚至 intel。
谁能建议我在 android 的 pjsip 或 webrtc 上集成 g729 编解码器的正确方法?
如果您不想添加 intel ipp,可以使用以下 link。经过搜索,我找到了它:
https://github.com/VoiSmart/pjsip-android-builder/commit/0337921f81b3e30da05dc1a019d60d8822be73ec