# libilbc mit Homebrew, Nix, pacman installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für libilbc in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:libilbc
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install libilbc
```

  Evidenz: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#libilbc
```

  Evidenz: nixpkgs package indexes: pkgs/by-name/li/libilbc/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S libilbc
```

  Evidenz: Arch Linux sync databases: libilbc from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

## Paketfakten

- **Paketschlüssel:** brew:libilbc
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/libilbc>
- **Version:** 3.0.4
- **Quellzusammenfassung:** Packaged version of iLBC codec from the WebRTC project
- **Homepage:** <https://github.com/TimothyGu/libilbc>
- **Repository:** <https://github.com/TimothyGu/libilbc>
- **Upstream-Dokumentation:** <https://github.com/TimothyGu/libilbc#readme>
- **Lizenz:** BSD-3-Clause
- **Quellarchiv:** <https://github.com/TimothyGu/libilbc/releases/download/v3.0.4/libilbc-3.0.4.tar.gz>
- **Generiert:** 2026-07-08T18:08:21+00:00

## Executables

- ilbc_test (cli)
- ilbc_test (Alias)

## Build-Abhängigkeiten

- cmake

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Bottle: verfügbar auf arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura

## Version und Aktualität

- Seite generiert: 2026-07-08
- Manager-Version: 3.0.4
- lokale Daten: OK
- Upstream-Repository: https://github.com/TimothyGu/libilbc
- Info: No package-manager update timestamp was available.
- Info: No cached GitHub release or tag data was available.
## Projektgeschichte und Nutzung

libilbc is a packaging-focused standalone copy of the Internet Low Bit Rate Codec implementation from the WebRTC project. Its package value is that it turns a codec otherwise embedded in a much larger communications stack into a small system library and test utility.

### Projektgeschichte

The underlying iLBC codec was specified for the IETF in RFC 3951, published in December 2004, with RFC 3952 defining the RTP payload format for carrying iLBC speech. The libilbc repository packages WebRTC's implementation as a distributable library rather than requiring consumers to vendor a WebRTC source subtree.

Timothy Gu took over maintainership for the standalone package in the 2.0.0 release dated November 17, 2014, updated the bundled WebRTC source, cleaned the Autotools files, and added CMake support. Version 3.0.0 on December 18, 2020 updated again to WebRTC source r32829, removed Autotools, made CMake the build system, and introduced the installed ilbc_test utility.

### Adoptionsgeschichte

Adoption is mainly through distribution packaging and projects that need the iLBC codec without a full WebRTC dependency. The README explicitly targets packagers, and Homebrew, Nix, and Arch package metadata all carry the package under the libilbc name.

### Wie es verwendet wird

Typical use is linking against the C library for iLBC encode and decode support or running ilbc_test against raw 8 kHz mono PCM samples. The codec remains relevant where narrowband speech compatibility and packet-loss behavior matter more than modern wideband audio quality.

### Warum Paket-Nerds sich dafür interessieren

For package maintainers, libilbc is a classic extraction package: it keeps a small, ABI-versioned codec library available without forcing each downstream to track WebRTC internals. The 2020 CMake-only release also made the package easier to integrate into cross-platform build systems.

### Zeitleiste

- 2004-12: RFC 3951 specified iLBC as an experimental Internet codec, and RFC 3952 specified its RTP payload format.
- 2014-11-17: libilbc 2.0.0 moved under Timothy Gu's maintainership and refreshed the WebRTC source snapshot.
- 2014-12-14: libilbc 2.0.2 fixed release-tarball and shared-library packaging details.
- 2020-12-18: libilbc 3.0.0 updated to WebRTC source r32829 and made CMake the only build system.
- 2020-12-31: libilbc 3.0.4 fixed a Chromium issue and upstreamed local patches to WebRTC.

### Related projects

- Related projects include WebRTC, which supplies the codec implementation packaged here; the IETF iLBC RFCs that define the codec and RTP payload; and downstream multimedia or telephony packages that prefer a small standalone codec library.

### Quellen

- <https://datatracker.ietf.org/doc/html/rfc3952>
- <https://datatracker.ietf.org/doc/rfc3951/>
- <https://github.com/TimothyGu/libilbc>
- <https://github.com/TimothyGu/libilbc/releases>
- <https://raw.githubusercontent.com/TimothyGu/libilbc/main/NEWS.md>
- <https://raw.githubusercontent.com/TimothyGu/libilbc/main/README.md>


## Sicherheitshinweise

library-like package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- library-like package without higher-risk signals

## Details aus der Quelldatenbank

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** libilbc
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## Andere Paketmanager-Einträge

- Nix - libilbc: normalized package name match | nixpkgs package indexes: pkgs/by-name/li/libilbc/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- pacman - libilbc - 3.0.4-4: normalized package name match | Arch Linux sync databases: libilbc from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A friendly copy of the iLBC codec from the WebRTC project | https://github.com/TimothyGu/libilbc/


## Verwandte Links

- [Source-control packages](https://www.automicvault.com/de/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/de/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/de/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Media and graphics packages](https://www.automicvault.com/de/pkg/media-graphics-tools/) - Matched media, image, audio, video, or graphics metadata.
- [cmake](https://www.automicvault.com/de/pkg/brew/cmake/) - Build dependency declared by Homebrew.
- [adplug](https://www.automicvault.com/de/pkg/brew/adplug/) - Shares av.db curated category or tags: audio, cli, library, media.
- [alsa-lib](https://www.automicvault.com/de/pkg/brew/alsa-lib/) - Shares av.db curated category or tags: audio, cli, library, media.
- [chromaprint](https://www.automicvault.com/de/pkg/brew/chromaprint/) - Shares av.db curated category or tags: audio, cli, library, media.
- [fluid-synth](https://www.automicvault.com/de/pkg/brew/fluid-synth/) - Shares av.db curated category or tags: audio, cli, library, media.
- [freealut](https://www.automicvault.com/de/pkg/brew/freealut/) - Shares av.db curated category or tags: audio, cli, library, media.
- [id3lib](https://www.automicvault.com/de/pkg/brew/id3lib/) - Shares av.db curated category or tags: audio, cli, library, media.
- [libdca](https://www.automicvault.com/de/pkg/brew/libdca/) - Shares av.db curated category or tags: audio, cli, library, media.
- [libheif](https://www.automicvault.com/de/pkg/brew/libheif/) - Shares av.db curated category or tags: cli, codec-library, library, media.
- [codec2](https://www.automicvault.com/de/pkg/brew/codec2/) - Both packages work with overlapping file formats or content types. Shared terms: audio, audio-codec, bitrate, cli, codec.
- [libvisual](https://www.automicvault.com/de/pkg/brew/libvisual/) - Both packages work with overlapping file formats or content types. Shared terms: audio, cli, library, media.

## Combined YAML source

View the package source record on GitHub. [combined/libilbc.yml](https://github.com/automic-vault/db/blob/main/combined/libilbc.yml)


## Quellen

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
