This library is needed for 3GPP speech codecs. Unfortunately libamr is not in Ubuntu repository so we have to get it from Madiabuntu repositories. To do so, we have to add Mediabuntu repositories to our sources list:
$ sudo wget http://www.medibuntu.org/sources.list.d/hardy.list --output-document=/etc/apt/sources.list.d/medibuntu.list $ sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get updateNow we can just apt-get it with the command:
$ sudo apt-get install libamrnb-dev libamrwb-dev
本文介绍如何在Ubuntu系统中安装3GPP语音编解码所需的libamr库,由于该库不在官方软件源中,需从Medibuntu仓库获取。首先添加Medibuntu仓库到系统源列表,然后更新软件包列表并安装必要的开发库。
1128

被折叠的 条评论
为什么被折叠?



