一些AAC编解码库
- FAAC, FAAD/FAAD2 ---编码只有AAC LC
- neroAACenc ---非商业可以使用(提供编码工具)
- FFmpeg's native AAC encoder(part of libavcodec), experimental by the developers as of December 2010 ---只有AAC LC,且质量不好
- libvo_aacenc, the Android VisualOn AAC encoder ---只有AAC LC, opencore-amr-vo-aacenc,只有编码
- libfdk-aac, the Fraunhofer FDK AAC libray ---包含到HE-AACv2,且性能较好 opencore-amr-fdk-aac
- libaacplus, 3GPP released reference implementations 3GPP High Efficiency Advanced Audio Codec (HE-AAC) Codec (3GPP TS 26.410 V 8.0.0), “Enhanced aacPlus general audio codec; Floating-point ANSI-C code”, 编解码都有
官网地址:https://portal.3gpp.org/desktopmodules/Specifications/SpecificationDetails.aspx?specificationId=1459
一个libaacplus encoder第三方修改的增强博客:http://tipok.org.ua/node/17
-libaacplus, 作为ffmpeg的encoder补充,最新的ffmpeg看到对其放弃了支持
http://tipok.org.ua/node/17