美文网首页
编译amr音频格式转换

编译amr音频格式转换

作者: 坤kln | 来源:发表于2019-05-29 12:33 被阅读0次

编译的是opencore-amr-0.1.5和vo-amrwbenc-0.1.3连个库,都是amr音频库,分别是对应采样率为8000和16000。源码直接在官方下载就行。

# 设置编译环境
source /opt/fsl-imx-fb/qt5/environment-setup-cortexa9hf-neon-poky-linux-gnueabi
# opencore-amr-0.1.5
./configure --host=arm-linux --prefix=/home/kk/arm/amr
# vo-amrwbenc-0.1.3
./configure --host=arm-linux --prefix=/home/kk/arm/amrw

相关文章

网友评论

      本文标题:编译amr音频格式转换

      本文链接:https://www.haomeiwen.com/subject/hunetctx.html