Fraunhofer FDK AAC


Fraunhofer FDK AAC is an open-source software library for encoding and decoding Advanced Audio Coding format audio, developed by Fraunhofer IIS, and included as part of Android 4.1. It supports several including MPEG-2 and MPEG-4 AAC LC, HE-AAC, HE-AACv2 as well AAC-LD and AAC-ELD for real-time communication. The encoding library supports sample rates up to 96 kHz and up to eight channels.
Version 2 of the library, introduced with Android P, also includes support for xHE-AAC and AAC-ELD v2. xHE-AAC extends the operating range of the codec from 12 to 300 kb/s for stereo signals and allows seamless switching between bitrates over this range for adaptive bitrate delivery. xHE-AAC also includes MPEG-D DRC mandatory loudness control to playback content at a consistent volume and offers new dynamic range control profiles for listening in noisy situations.
AAC Profile Formal NameAAC Audio Object TypesCommon NameFDKFDK 2
AAC Profile2AAC-LCE,DE,D
High Efficiency AAC Profile2,5HE-AACE,DE,D
High Efficiency AAC v2 Profile2,5,29HE-AAC v2E,DE,D
Baseline USAC Profile42
Extended High Efficiency AAC Profile2,5,29,42xHE-AACD
39AAC-ELDE,DE,D
44AAC-ELD v2E,D

The Android-targeted implementation of the Fraunhofer AAC encoder uses fixed-point math and is optimized for encoding on embedded devices/mobile phones. The library is currently limited to 16-bit PCM input. Other versions of the Fraunhofer encoder, like the one included in Winamp, are optimized for encoding music on desktop-class processors. Those versions of the encoder, however, are not open source and require a commercial license.
The license included by Fraunhofer in the FDK library source code allows redistribution in source or binary forms, but does not license patented technologies described by the code. The license states that the library may only be used for purposes as authorized by patent licenses. Due to this restriction, along with a limitation on charging for the library, Debian considers it non-free. It was classified as free by Fedora after a review by the legal department at Red Hat. The FSF also considers it to be free, though discourages its use due to the explicit lack of a patent grant. Via Licensing administers a patent pool that includes patent licenses for the AAC codecs, including xHE-AAC and MPEG-D DRC. The FDK license also states that "most manufacturers of Android devices already license these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec software may already be covered under those patent licenses when it is used for those licensed purposes only."
The FDK AAC encoder employs a more aggressive default low-pass filter than is used in other codecs. Higher frequencies are removed so that more bits are available to better describe sounds of lower frequencies, improving the overall quality for most combinations of recordings and listeners. In some, not completely rare, combinations the missing high frequencies are noticeable. The library allows overriding the low-pass filter setting, and in the highest VBR mode effectively applies no filter at all.
A cross-platform source distribution is maintained by Martin Storsjö as part of the opencore-amr project under the name fdk-aac. The code compiles into a shared library, libfdk-aac. The media frameworks FFmpeg and Libav support audio encoding through libfdk-aac.