# Install libdca with Homebrew, apt, dnf, MacPorts, pacman, zypper, apk, Nix

Library for decoding DTS Coherent Acoustics streams. Version 0.0.7 via Homebrew; verified 2026-05-23.

## Install

```sh
sudo av install brew:libdca
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install libdca
```

  Evidence: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install libdca
```

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

### Linux

- Debian apt (92%):

```sh
sudo apt install libdca-dev
```

  Evidence: Debian stable package indexes: libdca-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install libdca
```

  Evidence: Fedora Rawhide package metadata: libdca from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

- pacman (92%):

```sh
sudo pacman -S libdca
```

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

- zypper (92%):

```sh
sudo zypper install dcatools
```

  Evidence: openSUSE Tumbleweed package metadata: dcatools from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

- apk (92%):

```sh
sudo apk add dcadec
```

  Evidence: Alpine Linux edge package indexes: dcadec from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#dcadec
```

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

## Package facts

- **Package key:** brew:libdca
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/libdca>
- **Version:** 0.0.7
- **Source summary:** Library for decoding DTS Coherent Acoustics streams
- **Homepage:** <https://www.videolan.org/developers/libdca.html>
- **Repository:** <https://code.videolan.org/videolan/libdca>
- **Upstream docs:** <https://www.videolan.org/developers/libdca.html>
- **License:** GPL-2.0-or-later
- **Source archive:** <https://download.videolan.org/pub/videolan/libdca/0.0.7/libdca-0.0.7.tar.bz2>
- **Last updated:** 2026-05-23T17:28:22-04:00
- **Generated:** 2026-07-08T18:08:21+00:00

## Executables

- dcadec (cli)
- dtsdec (cli)
- extract_dca (cli)
- extract_dts (cli)
- dcadec (alias)
- dtsdec (alias)
- extract_dca (alias)
- extract_dts (alias)

## Build dependencies

- autoconf
- automake
- libtool

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 0.0.7
- Package-manager updated: 2026-05-23
- Local data: ok
- Upstream repository: https://www.videolan.org/developers/libdca.html
- info: Release/tag comparison is only available for GitHub repositories.
## Project history and usage

libdca is VideoLAN's free C library for decoding DTS Coherent Acoustics streams. It began as libdts/dcadec, was based on a52dec, and became a small but recognizable codec package in Unix multimedia stacks.

### Project history

VideoLAN's project page says the code was written by Gildas Bazin, based on a52dec, and released under the GPL. The repository README preserves the older libdts naming, describes goals of portability, reusability, precision, and speed, and notes that VLC was the primary project using it in the early README text.

The NEWS file records dcadec 0.0.1 on 8 February 2004 as the first public release, followed by libdca/libdts releases through 0.0.7. Version 0.0.3 in April 2007 changed the library name to libdca from libdts, and later 2018 and 2020 releases were mostly build-system and maintenance fixes.

### Adoption history

libdca's adoption came through DVD and media-player ecosystems that needed DTS Coherent Acoustics decoding. VideoLAN documents the standard's use in DVD, DTS audio CD, and radio broadcasting, and the library naturally fit VLC and other package-manager multimedia dependency sets.

### How it is used

The library is linked by media software for DTS/DCA decoding, while dcadec acts as a test and proof-of-concept decoder. The README documents decoding raw DTS Coherent Acoustics streams and multiplexed MPEG program streams, plus output options for downmixing, performance testing, and conformance testing.

### Why package nerds care

libdca is a compact codec-library package with a naming story, standards tie-in, GPL licensing, VideoLAN ownership, and command-line tools. It is the sort of package that reveals how codec support historically entered Unix distributions as small libraries around bigger media players.

### Timeline

- 2004: dcadec 0.0.1 was released as the first public release of libdca, then known as libdts.
- 2004: libdca 0.0.2 added high-frequency vector-quantization support and packaging work.
- 2007: libdca 0.0.3 changed the library name from libdts to libdca.
- 2007: libdca 0.0.5 fixed a header typo after shared-library and build-system fixes.
- 2018: libdca 0.0.6 shipped mostly build-system bug fixes.
- 2020: libdca 0.0.7 shipped build-system fixes and a potential out-of-bound access fix.

### Related projects

- a52dec is the direct codebase ancestor named by VideoLAN. VLC media player is the early user named by upstream, and DTS Coherent Acoustics / ETSI TS 102 114 is the codec standard behind the package.

### Sources

- <https://code.videolan.org/api/v4/projects/videolan%2Flibdca/repository/tags?per_page=20>
- <https://code.videolan.org/videolan/libdca>
- <https://code.videolan.org/videolan/libdca/-/raw/master/AUTHORS>
- <https://code.videolan.org/videolan/libdca/-/raw/master/NEWS>
- <https://code.videolan.org/videolan/libdca/-/raw/master/README>
- <https://www.videolan.org/developers/libdca.html>


## Security Notes

library-like package without higher-risk signals.

- **Geiger risk:** green / low
- library-like package without higher-risk signals

## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** libdca
- **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

## Other Package-Manager Records

- Debian apt - libdca-dev - 0.0.7-2+b2: normalized package name match | Debian stable package indexes: libdca-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | decoding library for DTS Coherent Acoustics streams (development) | https://www.videolan.org/developers/libdca.html
- Debian apt - libdca-utils - 0.0.7-2+b2: normalized package name match | Debian stable package indexes: libdca-utils from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | decoding library for DTS Coherent Acoustics streams (utilities) | https://www.videolan.org/developers/libdca.html
- Debian apt - libdca0 - 0.0.7-2+b2: normalized package name match | Debian stable package indexes: libdca0 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | decoding library for DTS Coherent Acoustics streams | https://www.videolan.org/developers/libdca.html
- Ubuntu apt - libdca-dev - 0.0.7-2build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libdca-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | decoding library for DTS Coherent Acoustics streams (development) | https://www.videolan.org/developers/libdca.html
- Ubuntu apt - libdca-utils - 0.0.7-2build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libdca-utils from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | decoding library for DTS Coherent Acoustics streams (utilities) | https://www.videolan.org/developers/libdca.html
- Ubuntu apt - libdca0 - 0.0.7-2build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libdca0 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | decoding library for DTS Coherent Acoustics streams | https://www.videolan.org/developers/libdca.html
- dnf - libdca - 0.0.7-15.fc44: normalized package name match | Fedora Rawhide package metadata: libdca from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | DTS Coherent Acoustics decoder library | https://code.videolan.org/videolan/libdca
- dnf - libdca-devel - 0.0.7-15.fc44: normalized package name match | Fedora Rawhide package metadata: libdca-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Development files for libdca | https://code.videolan.org/videolan/libdca
- dnf - libdca-tools - 0.0.7-15.fc44: normalized package name match | Fedora Rawhide package metadata: libdca-tools from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Various tools for use with libdca | https://code.videolan.org/videolan/libdca
- pacman - libdca - 0.0.7-3: normalized package name match | Arch Linux sync databases: libdca from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Library for decoding DTS Coherent Acoustics streams | https://www.videolan.org/developers/libdca.html
- zypper - dcatools - 0.0.7+2-1.9: normalized package name match | openSUSE Tumbleweed package metadata: dcatools from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Free DTS Coherent Acoustics decoder tools | https://www.videolan.org/developers/libdca.html
- zypper - libdca-devel - 0.0.7+2-1.9: normalized package name match | openSUSE Tumbleweed package metadata: libdca-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Header files for the libdca library | https://www.videolan.org/developers/libdca.html
- zypper - libdca0 - 0.0.7+2-1.9: normalized package name match | openSUSE Tumbleweed package metadata: libdca0 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | DTS Coherent Acoustics decoder library | https://www.videolan.org/developers/libdca.html
- zypper - libdca0-32bit - 0.0.7+2-1.9: normalized package name match | openSUSE Tumbleweed package metadata: libdca0-32bit from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | DTS Coherent Acoustics decoder library | https://www.videolan.org/developers/libdca.html
- MacPorts - libdca: normalized package name match | MacPorts ports tree: audio/libdca/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Nix - dcadec: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/dc/dcadec/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Related links

- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Media and graphics packages](https://www.automicvault.com/pkg/media-graphics-tools/) - Matched media, image, audio, video, or graphics metadata.
- [Web development packages](https://www.automicvault.com/pkg/web-dev-tools/) - Matched web development metadata.
- [autoconf](https://www.automicvault.com/pkg/brew/autoconf/) - Build dependency declared by Homebrew.
- [automake](https://www.automicvault.com/pkg/brew/automake/) - Build dependency declared by Homebrew.
- [libtool](https://www.automicvault.com/pkg/brew/libtool/) - Build dependency declared by Homebrew.
- [faad2](https://www.automicvault.com/pkg/brew/faad2/) - Shares av.db curated category or tags: audio, audio-decoder, cli, codec, media.
- [freealut](https://www.automicvault.com/pkg/brew/freealut/) - Shares av.db curated category or tags: audio, c, cli, library, media.
- [id3lib](https://www.automicvault.com/pkg/brew/id3lib/) - Shares av.db curated category or tags: audio, c, cli, library, media.
- [libmikmod](https://www.automicvault.com/pkg/brew/libmikmod/) - Shares av.db curated category or tags: audio, c, cli, library, media.
- [adplug](https://www.automicvault.com/pkg/brew/adplug/) - Shares av.db curated category or tags: audio, cli, library, media.
- [alsa-lib](https://www.automicvault.com/pkg/brew/alsa-lib/) - Shares av.db curated category or tags: audio, cli, library, media.
- [chromaprint](https://www.automicvault.com/pkg/brew/chromaprint/) - Shares av.db curated category or tags: audio, cli, library, media.
- [faac](https://www.automicvault.com/pkg/brew/faac/) - Shares av.db curated category or tags: audio, cli, codec, media.
- [libbluray](https://www.automicvault.com/pkg/brew/libbluray/) - Local package facts share a topical domain. Shared terms: cli, library, media.
- [x264](https://www.automicvault.com/pkg/brew/x264/) - Local package facts share a topical domain. Shared terms: cli, codec, media.
- [dav1d](https://www.automicvault.com/pkg/brew/dav1d/) - Local package facts share a topical domain. Shared terms: cli, codec, decoder, media, videolan.

## Combined YAML source

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


## Sources

- 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
