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系统中通过Mediabuntu仓库获取并安装libamrnb-dev和libamrwb-dev库,这些库对于实现3GPP语音编解码至关重要。
1151

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



