Encode/decode AMR

我怕爱的太早我们不能终老 提交于 2019-12-11 02:17:27

问题


I need to create custom classes for PCMtoAMR and AMRtoPCM conversion.(I don't have any framework which I can use for this conversion)

Does anyone know of anything already done and available as open source. The language should preferably be java but it is no problem to port something from other language.

Or if you don't know please give me guidance what to read in order to implement it myself. Thanks


回答1:


This seems to be an implementation worth a look at: http://sourceforge.net/projects/opencore-amr/




回答2:


Opencore-AMR. FFmpeg uses it. you can also use FFmpeg to decode/encode, using FFmpeg's API.




回答3:


For a more in depth reading about how to decode AMR, take a look at http://wiki.multimedia.cx/index.php?title=AMR-NB

For how to use Opencore AMR to encode and decode, see http://www.codeproject.com/Articles/332109/AMR-Audio-Encoding



来源:https://stackoverflow.com/questions/6572755/encode-decode-amr

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!