# speex mit Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper installieren

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

## Installation

```sh
sudo av install brew:speex
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install speex
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install speex
```

  Evidenz: MacPorts ports tree: audio/speex/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add speex
```

  Evidenz: Alpine Linux edge package indexes: speex from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install speex
```

  Evidenz: Debian stable package indexes: speex from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install speex
```

  Evidenz: Fedora Rawhide package metadata: speex from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#speex
```

  Evidenz: nixpkgs package indexes: speex from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix

- pacman (92%):

```sh
sudo pacman -S speex
```

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

- zypper (92%):

```sh
sudo zypper install speex
```

  Evidenz: openSUSE Tumbleweed package metadata: speex from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## Paketfakten

- **Paketschlüssel:** brew:speex
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/speex>
- **Version:** 1.2.1
- **Quellzusammenfassung:** Audio codec designed for speech
- **Homepage:** <https://speex.org/>
- **Upstream-Dokumentation:** <https://speex.org/>
- **Lizenz:** BSD-3-Clause
- **Quellarchiv:** <https://ftp.osuosl.org/pub/xiph/releases/speex/speex-1.2.1.tar.gz>
- **Generiert:** 2026-08-04T22:13:35+00:00

## Executables

- speexdec (cli)
- speexenc (cli)
- speexdec (Alias)
- speexenc (Alias)

## Abhängigkeiten

- libogg

## Build-Abhängigkeiten

- pkgconf

## 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-08-04
- Manager-Version: 1.2.1
- lokale Daten: OK
- Upstream-Repository: https://speex.org/
- Info: No package-manager update timestamp was available.
- Info: Release/tag comparison is only available for GitHub repositories.
## Projektgeschichte und Nutzung

Speex is Xiph.Org's free, patent-free speech codec and accompanying command-line encoder and decoder. Although the codec has been superseded by Opus, it remains important in package collections because old voice software, audio files, and speech-processing stacks still need a maintained codec library and conversion tools.

### Projektgeschichte

The official Speex site describes the project as an Open Source/Free Software audio compression format designed for speech, intended to lower the barrier for voice applications by offering a free alternative to proprietary speech codecs. The manual credits Jean-Marc Valin and Xiph.org Foundation and covers the 2002-2007 Speex codec documentation period.

### Adoptionsgeschichte

Speex was distributed as source through the Xiph ecosystem and packaged broadly across Unix-like systems. The official downloads page says development versions are available through Git and identifies Speex 1.2.1 and SpeexDSP 1.2.1 as the current stable releases; the input package facts show it in Homebrew, Debian, Fedora, Arch, Alpine, MacPorts, Nix, Ubuntu, and openSUSE-style package sets.

### Wie es verwendet wird

CLI users mostly encounter Speex through speexenc and speexdec for encoding and decoding speech audio, while developers link the codec library. The official site highlights speech-specific features such as narrowband, wideband, and ultra-wideband modes, VBR, VAD, DTX, packet-loss concealment, echo cancellation, and noise suppression.

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

Speex is a package-manager preservation case: no longer the recommended modern codec, but still part of the free audio stack and still needed for compatibility. Packagers care about the split between the deprecated codec and the still-useful SpeexDSP code, the Xiph GitLab migration, and keeping old voice applications buildable while steering new software toward Opus.

### Zeitleiste

- 2002-2007: Speex manual copyright period documented for Jean-Marc Valin and Xiph.org Foundation.
- 2009: XiphWiki says the source was split into Speex Codec and Speex DSP.
- 2013: XiphWiki says the codec part has been deprecated since 2013.
- 2016: Speex 1.2.0 tag created in the official GitLab repository.
- 2022: Speex 1.2.1 and SpeexDSP 1.2.1 identified by the official downloads page as current stable releases.

### Related projects

- Opus is the Xiph-recommended successor for new lossy audio and speech codec use.
- SpeexDSP remains a related signal-processing library with resampling and other DSP code.

### Quellen

- <https://gitlab.xiph.org/xiph/speex>
- <https://wiki.xiph.org/OpusFAQ>
- <https://wiki.xiph.org/Speex>
- <https://www.speex.org/>
- <https://www.speex.org/downloads/>


## Sicherheitshinweise

broad file, network, media, or database tool signal.

- **Geiger-Risiko:** blue / mittel
- broad file, network, media, or database tool signal

## Details aus der Quelldatenbank

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

## Andere Paketmanager-Einträge

- Debian apt - libspeex-dev - 1.2.1-3: normalized package name match | Debian stable package indexes: libspeex-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Speex codec library (development files) | https://www.speex.org/
- Debian apt - libspeex1 - 1.2.1-3: normalized package name match | Debian stable package indexes: libspeex1 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Speex codec library (runtime library) | https://www.speex.org/
- Debian apt - speex - 1.2.1-3: normalized package name match | Debian stable package indexes: speex from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Command-line tools for Speex codec | https://www.speex.org/
- Debian apt - speex-doc - 1.2.1-3: normalized package name match | Debian stable package indexes: speex-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Documentation for speex | https://www.speex.org/
- Nix - speex: normalized package name match | nixpkgs package indexes: speex from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
- Ubuntu apt - libspeex-dev - 1.2.1-2ubuntu2: normalized package name match | Ubuntu 24.04 LTS package indexes: libspeex-dev from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | The Speex codec library development files | https://www.speex.org/
- Ubuntu apt - libspeex1 - 1.2.1-2ubuntu2: normalized package name match | Ubuntu 24.04 LTS package indexes: libspeex1 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | The Speex codec runtime library | https://www.speex.org/
- Ubuntu apt - speex - 1.2.1-2ubuntu2: normalized package name match | Ubuntu 24.04 LTS package indexes: speex from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | The Speex codec command line tools | https://www.speex.org/
- Ubuntu apt - speex-doc - 1.2.1-2ubuntu2: normalized package name match | Ubuntu 24.04 LTS package indexes: speex-doc from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | Documentation for speex | https://www.speex.org/
- apk - speex - 1.2.1-r2: normalized package name match | Alpine Linux edge package indexes: speex from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | an audio compression format designed for speech | https://www.speex.org/
- apk - speex-dev - 1.2.1-r2: normalized package name match | Alpine Linux edge package indexes: speex-dev from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | an audio compression format designed for speech (development files) | https://www.speex.org/
- apk - speex-doc - 1.2.1-r2: normalized package name match | Alpine Linux edge package indexes: speex-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | an audio compression format designed for speech (documentation) | https://www.speex.org/
- apk - speex-tools - 1.2.1-r2: normalized package name match | Alpine Linux edge package indexes: speex-tools from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | an audio compression format designed for speech - command line tools | https://www.speex.org/
- dnf - speex - 1.2.0-22.fc45: normalized package name match | Fedora Rawhide package metadata: speex from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | A voice compression format (codec) | https://www.speex.org/
- dnf - speex-devel - 1.2.0-22.fc45: normalized package name match | Fedora Rawhide package metadata: speex-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Development package for speex | https://www.speex.org/
- dnf - speex-tools - 1.2.0-22.fc45: normalized package name match | Fedora Rawhide package metadata: speex-tools from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | The tools package for speex | https://www.speex.org/


## Verwandte Links

- [Secret-risk packages](https://pkg.so/de/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/de/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Archive and compression packages](https://pkg.so/de/archive-compression-tools/) - Matched archive or compression metadata.
- [Networking and protocol packages](https://pkg.so/de/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [pkgconf](https://pkg.so/de/brew/pkgconf/) - Build dependency declared by Homebrew.
- [gstreamer](https://pkg.so/de/brew/gstreamer/) - Popular package that depends on this formula.
- [handbrake](https://pkg.so/de/brew/handbrake/) - Popular package that depends on this formula.
- [ffmpeg-full](https://pkg.so/de/brew/ffmpeg-full/) - Popular package that depends on this formula.
- [libshout](https://pkg.so/de/brew/libshout/) - Popular package that depends on this formula.
- [musepack](https://pkg.so/de/brew/musepack/) - Shares pkgdb curated category or tags: audio, audio-codecs, cli, codec, media.
- [ffmpeg](https://pkg.so/de/brew/ffmpeg/) - Shares pkgdb curated category or tags: audio, cli, codec, media.
- [flac](https://pkg.so/de/brew/flac/) - Shares pkgdb curated category or tags: audio, cli, codec, media.
- [wavpack](https://pkg.so/de/brew/wavpack/) - Shares pkgdb curated category or tags: audio, cli, codec, media.
- [mac](https://pkg.so/de/brew/mac/) - Shares pkgdb curated category or tags: audio-codecs, cli, media.
- [vorbis-tools](https://pkg.so/de/brew/vorbis-tools/) - Shares pkgdb curated category or tags: audio, cli, codec, media.
- [icecast](https://pkg.so/de/brew/icecast/) - Shares pkgdb curated category or tags: audio, cli, media, xiph.

## Combined YAML source

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


## Quellen

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