# 使用 Homebrew, apk, apt, Nix 安装 fdk-aac

查看 fdk-aac 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:fdk-aac
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install fdk-aac
```

  证据: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add fdk-aac
```

  证据: Alpine Linux edge package indexes: fdk-aac from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install aac-enc
```

  证据: Debian stable package indexes: aac-enc from https://deb.debian.org/debian/dists/stable/non-free/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#fdk_aac
```

  证据: nixpkgs package indexes: pkgs/by-name/fd/fdk_aac/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:fdk-aac
- **软件包管理器:** Homebrew
- **版本:** 2.0.3
- **来源摘要:** Standalone library of the Fraunhofer FDK AAC code from Android
- **主页:** <https://sourceforge.net/projects/opencore-amr/>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- aac-enc (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 2.0.3
## 项目历史与用法

FDK AAC is the standalone packaging of Fraunhofer's FDK AAC encoder and decoder code as distributed through the opencore-amr project. In Unix package-manager terms it matters because it gives command-line and library users access to a widely used AAC implementation that originally arrived through the Android Open Source Project ecosystem rather than as a conventional desktop audio library.

### 项目历史

The opencore-amr SourceForge project describes itself as audio codecs extracted from the Android Open Source Project and includes AMR, VisualOn AAC, and a modified Fraunhofer AAC decoder and encoder. The fdk-aac subproject changelog records an initial fdk-aac release with an autotools build system, VBR bitrate mode support, and an example encoder tool, followed by updates tracking Android-derived upstream source drops.

The project made a larger jump with the 2.0.0 release, where the changelog says the upstream source base moved to FDKv2 with new profiles and features plus numerous crash and fuzzing fixes. Later 2.0.x releases continued to focus on upstream refreshes, build-system maintenance, and hardening fixes.

### 采用历史

The supplied package facts show fdk-aac packaged across Homebrew, Alpine, Debian/Ubuntu under aac-enc, and Nix. SourceForge file listings also show continued download activity for modern fdk-aac tarballs, so the project is not just archival source code; it remains a packaging target for audio stacks that need AAC encoding or decoding.

Because AAC patent and licensing history made AAC implementations unevenly available across distributions, fdk-aac became one of the names package maintainers and media users recognize when they need a specific AAC implementation rather than a generic codec wrapper.

### 使用方式

Homebrew exposes the aac-enc executable from this package. Typical users do not treat fdk-aac as an end-user media application; they install it as a codec library or small encoder utility used by audio conversion workflows and other media packages.

### 为什么软件包爱好者会关心

Package nerds care about fdk-aac because it sits at the intersection of Android source drops, codec licensing, and Unix media plumbing. It is the kind of package whose formula name, binary name, and distribution policy can differ by ecosystem, which makes accurate metadata valuable.

### 时间线

- 2012: fdk-aac 0.1.0 tarball published on SourceForge.
- 2018: fdk-aac 2.0.0 released with the FDKv2 upstream source base.
- 2023: fdk-aac 2.0.3 tarball published on SourceForge.

### Related projects

- opencore-amr hosts related Android-derived AMR codec code.
- vo-aacenc and vo-amrwbenc are sibling codec repositories under the same SourceForge project.

### 来源

- <https://sourceforge.net/projects/opencore-amr>
- <https://sourceforge.net/projects/opencore-amr/files/fdk-aac/>
- <https://sourceforge.net/p/opencore-amr/fdk-aac/ci/master/tree/ChangeLog?format=raw>
- <https://formulae.brew.sh/formula/fdk-aac>


## 安全说明

library-like package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- library-like package without higher-risk signals

## 其他软件包管理器记录

- Debian apt - aac-enc - 2.0.3-1: normalized package name match | Debian stable package indexes: aac-enc from https://deb.debian.org/debian/dists/stable/non-free/binary-amd64/Packages.xz | Fraunhofer FDK AAC Codec Library - frontend binary | https://github.com/mstorsjo/fdk-aac
- Debian apt - libfdk-aac-dev - 2.0.3-1: normalized package name match | Debian stable package indexes: libfdk-aac-dev from https://deb.debian.org/debian/dists/stable/non-free/binary-amd64/Packages.xz | Fraunhofer FDK AAC Codec Library - development files | https://github.com/mstorsjo/fdk-aac
- Debian apt - libfdk-aac2t64 - 2.0.3-1: normalized package name match | Debian stable package indexes: libfdk-aac2t64 from https://deb.debian.org/debian/dists/stable/non-free/binary-amd64/Packages.xz | Fraunhofer FDK AAC Codec Library - runtime files | https://github.com/mstorsjo/fdk-aac
- Nix - fdk_aac: normalized package name match | nixpkgs package indexes: pkgs/by-name/fd/fdk_aac/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - fdk-aac - 2.0.2-r4: normalized package name match | Alpine Linux edge package indexes: fdk-aac from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Fraunhofer FDK AAC codec library | https://gitlab.freedesktop.org/wtaymans/fdk-aac-stripped
- apk - fdk-aac-dev - 2.0.2-r4: normalized package name match | Alpine Linux edge package indexes: fdk-aac-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Fraunhofer FDK AAC codec library (development files) | https://gitlab.freedesktop.org/wtaymans/fdk-aac-stripped
- apk - fdk-aac-doc - 2.0.2-r4: normalized package name match | Alpine Linux edge package indexes: fdk-aac-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Fraunhofer FDK AAC codec library (documentation) | https://gitlab.freedesktop.org/wtaymans/fdk-aac-stripped
- Ubuntu apt - aac-enc - 2.0.2-3~ubuntu4: installed executable or alias match | Ubuntu 24.04 LTS package indexes: aac-enc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Fraunhofer FDK AAC Codec Library - frontend binary | https://gitlab.freedesktop.org/wtaymans/fdk-aac-stripped


## Combined YAML source

View the package source record on GitHub. [combined/fdk-aac.yml](https://github.com/mxcl/pkgdb/blob/main/combined/fdk-aac.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
