# 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
- **バージョン:** 0.11
- **ソース概要:** Wave-to-notes transcriber
- **ホームページ:** <https://kichiki.github.io/WaoN/>
- **リポジトリ:** <https://github.com/kichiki/WaoN>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- waon (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 0.11
## プロジェクトの歴史と使われ方

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

## 他のパッケージマネージャ記録

- 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


## 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
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
