# audiowaveform を Homebrew, Nix, scoop でインストール

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 に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。


## ソースデータベース詳細

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