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

waon のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:waon
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install waon
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#waon
```

  証拠: nixpkgs package indexes: pkgs/by-name/wa/waon/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:waon
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/waon>
- **バージョン:** 0.11
- **ソース概要:** Wave-to-notes transcriber
- **ホームページ:** <https://kichiki.github.io/WaoN/>
- **リポジトリ:** <https://github.com/kichiki/WaoN>
- **上流ドキュメント:** <https://kichiki.github.io/WaoN/>
- **ライセンス:** GPL-2.0-or-later
- **ソースアーカイブ:** <https://github.com/kichiki/WaoN/archive/refs/tags/v0.11.tar.gz>
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- waon (cli)
- waon (エイリアス)

## 依存関係

- fftw
- libsndfile

## ビルド依存関係

- pkgconf

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 0.11
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/kichiki/WaoN
- 検出された最新: v0.11 (最新)
- 情報: No package-manager update timestamp was available.
## プロジェクトの歴史と使われ方

WaoN is Kengo Ichiki's Wave-to-Notes transcriber: a command-line program that analyzes audio and writes standard MIDI. The name is both an English acronym-like description and a Japanese wordplay meaning harmony of notes or chord.

### プロジェクトの歴史

WaoN dates back to at least the 1998-2007 copyright span shown in the older SourceForge help output, making it an early Unix-oriented open source attempt at automatic music transcription. Its author described the original motivation as wanting to pick up piano voicings from favorite recordings and not finding a functional Unix application for that purpose.

The project lived on SourceForge before moving to GitHub. Version 0.10 on SourceForge improved result quality by cleaning up useless notes, and version 0.11, released from GitHub in August 2015, fixed a gWaoN audio-device initialization bug and applied an older MinGW patch, with Win32 binaries becoming available from that era.

### 使われ方

WaoN's native input is WAV and its native output is Standard MIDI File format 0. Users can pipe audio through stdin and MIDI through stdout, combine it with SoX for broader audio formats, or pipe output to TiMidity for immediate playback.

Technically, WaoN belongs to the older FFT and signal-processing lineage of automatic music transcription rather than the modern deep-learning lineage. Ichiki later compared the old FFT-based WaoN approach with Google's Magenta transcription work, making the tool a small but interesting artifact in open source audio-to-MIDI history.

### タイムライン

- 1998-2007: the SourceForge-era help output identifies Kengo Ichiki's original development and copyright period.
- 2015-08-09: v0.10 and v0.11 were published as GitHub releases, with v0.11 described as the first release from GitHub.
- 2016: Ichiki published a comparison between WaoN and Google Magenta's music transcription work, framing WaoN as an older FFT-based program.

### Related projects

- WaoN presents itself as the inverse of TiMidity/TiMidity++, which synthesize audio from MIDI. It also shipped related utilities: `pv`, a phase vocoder for time stretching and pitch shifting, and `gwaon`, a graphical front end/visualizer.

### ソース

- <https://github.com/kichiki/WaoN>
- <https://github.com/kichiki/WaoN/releases>
- <https://kichiki.github.io/WaoN>
- <https://medium.com/@ichiki_k/music-transcription-ec845142aff7>
- <https://waon.sourceforge.net/>
- <https://www.freshports.org/audio/waon/>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

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

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** waon
- **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 - waon: normalized package name match | nixpkgs package indexes: pkgs/by-name/wa/waon/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/ja/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Media and graphics packages](https://pkg.so/ja/media-graphics-tools/) - Matched media, image, audio, video, or graphics metadata.
- [libsndfile](https://pkg.so/ja/brew/libsndfile/) - Runtime dependency declared by Homebrew.
- [fftw](https://pkg.so/ja/brew/fftw/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/ja/brew/pkgconf/) - Build dependency declared by Homebrew.
- [timidity](https://pkg.so/ja/brew/timidity/) - Shares pkgdb curated category or tags: audio, cli, media, midi, music.
- [alsa-lib](https://pkg.so/ja/brew/alsa-lib/) - Shares pkgdb curated category or tags: audio, cli, media, midi.
- [fluid-synth](https://pkg.so/ja/brew/fluid-synth/) - Shares pkgdb curated category or tags: audio, cli, media, midi.
- [jack](https://pkg.so/ja/brew/jack/) - Shares pkgdb curated category or tags: audio, cli, media, midi.
- [streamrip](https://pkg.so/ja/brew/streamrip/) - Shares pkgdb curated category or tags: audio, cli, media, music.
- [aubio](https://pkg.so/ja/brew/aubio/) - Shares pkgdb curated category or tags: audio, cli, media, music.
- [csound](https://pkg.so/ja/brew/csound/) - Shares pkgdb curated category or tags: audio, cli, media, music.
- [bandcamp-dl](https://pkg.so/ja/brew/bandcamp-dl/) - Shares pkgdb curated category or tags: audio, cli, media, music.
- [audacious](https://pkg.so/ja/brew/audacious/) - Both packages work with overlapping file formats or content types. Shared terms: audio, cli, libsndfile, media, music.

## Combined YAML source

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


## ソース

- 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
