# Installer audiowaveform avec Homebrew, Nix, scoop

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de audiowaveform pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:audiowaveform
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install audiowaveform
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#audiowaveform
```

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

### Windows

- Scoop (92%):

```sh
scoop install main/audiowaveform
```

  Preuve: Scoop official bucket manifest trees: bucket/audiowaveform.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:audiowaveform
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/audiowaveform>
- **Version:** 1.11.1
- **Résumé source:** Generate waveform data and render waveform images from audio files
- **Page d'accueil:** <https://codeberg.org/chrisn/audiowaveform>
- **Dépôt:** <https://codeberg.org/chrisn/audiowaveform>
- **Docs amont:** <https://codeberg.org/chrisn/audiowaveform/src/branch/master/CHANGELOG.md>
- **Licence:** GPL-3.0-only
- **Archive source:** <https://codeberg.org/chrisn/audiowaveform/archive/1.11.1.tar.gz>
- **Dernière mise à jour:** 2026-05-17T12:47:09Z
- **Généré:** 2026-07-08T18:08:21+00:00

## exécutables

- audiowaveform (cli)
- audiowaveform (alias)

## Dépendances

- boost
- gd
- libid3tag
- libsndfile
- mad

## Dépendances de compilation

- cmake

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-07-08
- version du gestionnaire: 1.11.1
- gestionnaire mis à jour: 2026-05-17
- données locales: OK
- dépôt amont: https://codeberg.org/chrisn/audiowaveform
- info: Release/tag comparison is only available for GitHub repositories.
## Historique du projet et usages

audiowaveform is a C++ command-line utility for turning audio into compact waveform data and rendered waveform images. Its package-manager niche is the Unix-style batch tool for web audio, podcast tooling, archival previews, and any pipeline that needs waveform JSON, binary .dat data, or PNG output without opening a GUI editor.

### Historique du projet

The project began as a public source release on 2013-10-14 in the BBC GitHub repository, with Chris Needham as the author. The current official Codeberg repository records the BBC GitHub repository as its original URL, and the README now identifies Chris Needham and contributors as the authors.

The official changelog shows steady growth from the 1.0 series into a more general media conversion and rendering tool: direct PNG output arrived in 2013, JSON waveform output and configurable image colors in 2014, FLAC support in 2014, Ogg Vorbis and automatic zoom-to-width behavior in 2018, Opus input in 2022, bar-style rendering in 2023, raw audio input in 2024, and Windows UTF-8 filename support in 2025.

### Historique d'adoption

The README documents installation paths across Ubuntu PPA packages, Debian and RPM release assets, Arch AUR, Homebrew, Windows binaries, Docker, and Nix. The supplied package-manager facts also show Homebrew, Nix, and Scoop coverage, which matches its role as a small binary tool that packagers can expose as a single executable.

### Modes d'utilisation

The core command reads MP3, WAV, FLAC, Ogg Vorbis, Opus, raw, .dat, or JSON waveform data and writes WAV, .dat, JSON, or PNG. It computes min/max sample pairs over a zoom window, can read or write standard streams with explicit formats, and can split channels or render fixed-width waveform images.

### Pourquoi les passionnés de paquets s'y intéressent

audiowaveform is interesting to package maintainers because it sits at the intersection of C++, image output, and codec libraries while still behaving like a classic filter-style CLI. Its release assets and package notes cover several Linux families, macOS/Homebrew, Windows, Docker, and Nix, making it a good example of a multimedia utility that is useful only when the binary and its codec dependencies are packaged cleanly.

### Chronologie

- 2013: Initial public release.
- 2014: JSON waveform output, image color options, and FLAC support were added.
- 2018: Ogg Vorbis input and automatic zoom-to-width rendering were added.
- 2022: Opus input support was added.
- 2023: Bar-style waveform rendering and JSON input support were added.
- 2025: The current Codeberg repository was created with the BBC GitHub repository listed as the original URL.
- 2026: Version 1.11.1 fixed Ubuntu packaging scripts.

### Related projects

- The README credits Audacity, madlld, and pdjson code, and links a separate compile-static-audiowaveform project for Windows binaries.

### Sources

- <https://api.github.com/repos/bbc/audiowaveform>
- <https://codeberg.org/api/v1/repos/chrisn/audiowaveform>
- <https://codeberg.org/chrisn/audiowaveform/src/branch/master/CHANGELOG.md>
- <https://codeberg.org/chrisn/audiowaveform/src/branch/master/README.md>


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour audiowaveform. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.


## Détails de la base source

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

## Autres enregistrements de gestionnaires de paquets

- Nix - audiowaveform: normalized package name match | nixpkgs package indexes: pkgs/by-name/au/audiowaveform/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Scoop - main/audiowaveform: normalized package name match | Scoop official bucket manifest trees: bucket/audiowaveform.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Liens liés

- [Terminal utility packages](https://www.automicvault.com/fr/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/fr/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Media and graphics packages](https://www.automicvault.com/fr/pkg/media-graphics-tools/) - Matched media, image, audio, video, or graphics metadata.
- [Database and data packages](https://www.automicvault.com/fr/pkg/database-data-tools/) - Matched database, SQL, migration, or data-store metadata.
- [gd](https://www.automicvault.com/fr/pkg/brew/gd/) - Runtime dependency declared by Homebrew.
- [libsndfile](https://www.automicvault.com/fr/pkg/brew/libsndfile/) - Runtime dependency declared by Homebrew.
- [cmake](https://www.automicvault.com/fr/pkg/brew/cmake/) - Build dependency declared by Homebrew.
- [a52dec](https://www.automicvault.com/fr/pkg/brew/a52dec/) - Shares av.db curated category or tags: audio, cli, media.
- [abcde](https://www.automicvault.com/fr/pkg/brew/abcde/) - Shares av.db curated category or tags: audio, cli, media.
- [adplay](https://www.automicvault.com/fr/pkg/brew/adplay/) - Shares av.db curated category or tags: audio, cli, media.
- [adplug](https://www.automicvault.com/fr/pkg/brew/adplug/) - Shares av.db curated category or tags: audio, cli, media.
- [aften](https://www.automicvault.com/fr/pkg/brew/aften/) - Shares av.db curated category or tags: audio, cli, media.
- [alsa-lib](https://www.automicvault.com/fr/pkg/brew/alsa-lib/) - Shares av.db curated category or tags: audio, cli, media.
- [asak](https://www.automicvault.com/fr/pkg/brew/asak/) - Shares av.db curated category or tags: audio, cli, media.
- [aubio](https://www.automicvault.com/fr/pkg/brew/aubio/) - Shares av.db curated category or tags: audio, cli, media.
- [sox_ng](https://www.automicvault.com/fr/pkg/brew/sox-ng/) - Both packages work with overlapping file formats or content types. Shared terms: audio, cli, libsndfile, mad, media.
- [dirt](https://www.automicvault.com/fr/pkg/brew/dirt/) - Both packages work with overlapping file formats or content types. Shared terms: audio, cli, libsndfile, media.
- [podcast-archiver](https://www.automicvault.com/fr/pkg/brew/podcast-archiver/) - Both packages work with overlapping file formats or content types. Shared terms: audio, cli, media.

## Combined YAML source

View the package source record on GitHub. [combined/audiowaveform.yml](https://github.com/automic-vault/db/blob/main/combined/audiowaveform.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
