# 使用 Homebrew, Nix, scoop 安装 audiowaveform

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

## 安装

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

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install audiowaveform
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

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

  证据: 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
```

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

## 软件包事实

- **软件包键:** brew:audiowaveform
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/audiowaveform>
- **版本:** 1.11.1
- **来源摘要:** Generate waveform data and render waveform images from audio files
- **主页:** <https://codeberg.org/chrisn/audiowaveform>
- **仓库:** <https://codeberg.org/chrisn/audiowaveform>
- **上游文档:** <https://codeberg.org/chrisn/audiowaveform/src/branch/master/CHANGELOG.md>
- **许可证:** GPL-3.0-only
- **源码归档:** <https://codeberg.org/chrisn/audiowaveform/archive/1.11.1.tar.gz>
- **最后更新:** 2026-05-17T12:47:09Z
- **已生成:** 2026-07-08T18:08:21+00:00

## 可执行文件

- audiowaveform (cli)
- audiowaveform (别名)

## 依赖

- boost
- gd
- libid3tag
- libsndfile
- mad

## 构建依赖

- cmake

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-07-08
- 管理器版本: 1.11.1
- 管理器更新时间: 2026-05-17
- 本地数据: OK
- 上游仓库: https://codeberg.org/chrisn/audiowaveform
- 信息: Release/tag comparison is only available for GitHub repositories.
## 项目历史与用法

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.

### 项目历史

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.

### 采用历史

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.

### 使用方式

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.

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

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.

### 时间线

- 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.

### 来源

- <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>


## 安全说明

没有找到 audiowaveform 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布，以便未来覆盖拥有稳定的软件包 URL。


## 源数据库详情

- **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

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

- 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


## 相关链接

- [Terminal utility packages](https://www.automicvault.com/zh-hans/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/zh-hans/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Media and graphics packages](https://www.automicvault.com/zh-hans/pkg/media-graphics-tools/) - Matched media, image, audio, video, or graphics metadata.
- [Database and data packages](https://www.automicvault.com/zh-hans/pkg/database-data-tools/) - Matched database, SQL, migration, or data-store metadata.
- [gd](https://www.automicvault.com/zh-hans/pkg/brew/gd/) - Runtime dependency declared by Homebrew.
- [libsndfile](https://www.automicvault.com/zh-hans/pkg/brew/libsndfile/) - Runtime dependency declared by Homebrew.
- [cmake](https://www.automicvault.com/zh-hans/pkg/brew/cmake/) - Build dependency declared by Homebrew.
- [a52dec](https://www.automicvault.com/zh-hans/pkg/brew/a52dec/) - Shares av.db curated category or tags: audio, cli, media.
- [abcde](https://www.automicvault.com/zh-hans/pkg/brew/abcde/) - Shares av.db curated category or tags: audio, cli, media.
- [adplay](https://www.automicvault.com/zh-hans/pkg/brew/adplay/) - Shares av.db curated category or tags: audio, cli, media.
- [adplug](https://www.automicvault.com/zh-hans/pkg/brew/adplug/) - Shares av.db curated category or tags: audio, cli, media.
- [aften](https://www.automicvault.com/zh-hans/pkg/brew/aften/) - Shares av.db curated category or tags: audio, cli, media.
- [alsa-lib](https://www.automicvault.com/zh-hans/pkg/brew/alsa-lib/) - Shares av.db curated category or tags: audio, cli, media.
- [asak](https://www.automicvault.com/zh-hans/pkg/brew/asak/) - Shares av.db curated category or tags: audio, cli, media.
- [aubio](https://www.automicvault.com/zh-hans/pkg/brew/aubio/) - Shares av.db curated category or tags: audio, cli, media.
- [sox_ng](https://www.automicvault.com/zh-hans/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/zh-hans/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/zh-hans/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)


## 来源

- 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
