# speech-tools を Homebrew, apt, dnf, Nix でインストール

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

## インストール

```sh
sudo av install brew:speech-tools
```

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

### macOS

- Homebrew (100%):

```sh
brew install speech-tools
```

  証拠: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install libestools-dev
```

  証拠: Debian stable package indexes: libestools-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install speech-tools
```

  証拠: Fedora Rawhide package metadata: speech-tools from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#speech-tools
```

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

## パッケージ情報

- **パッケージキー:** brew:speech-tools
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/speech-tools>
- **バージョン:** 2.5.0
- **ソース概要:** C++ speech software library from the University of Edinburgh
- **ホームページ:** <http://festvox.org/docs/speech_tools-2.4.0/>
- **リポジトリ:** <https://github.com/festvox/speech_tools>
- **上流ドキュメント:** <http://festvox.org/docs/speech_tools-2.4.0>
- **ライセンス:** MIT-Festival
- **ソースアーカイブ:** <https://deb.debian.org/debian/pool/main/s/speech-tools/speech-tools_2.5.0.orig.tar.gz>
- **生成日時:** 2026-07-08T18:08:21+00:00

## 実行可能ファイル

- align (cli)
- bcat (cli)
- ch_lab (cli)
- ch_track (cli)
- ch_utt (cli)
- ch_wave (cli)
- design_filter (cli)
- dp (cli)
- na_play (cli)
- na_record (cli)
- ngram_build (cli)
- ngram_test (cli)
- ols_test (cli)
- pda (cli)
- pitchmark (cli)
- scfg_make (cli)
- scfg_parse (cli)
- scfg_test (cli)
- scfg_train (cli)
- sig2fv (cli)
- sigfilter (cli)
- siod (cli)
- spectgen (cli)
- tilt_analysis (cli)
- tilt_synthesis (cli)
- viterbi (cli)
- wagon (cli)
- wagon_test (cli)
- wfst_build (cli)
- wfst_run (cli)
- wfst_train (cli)
- xml_parser (cli)
- align (エイリアス)
- bcat (エイリアス)
- ch_lab (エイリアス)
- ch_track (エイリアス)
- ch_utt (エイリアス)
- ch_wave (エイリアス)
- design_filter (エイリアス)
- dp (エイリアス)
- na_play (エイリアス)
- na_record (エイリアス)
- ngram_build (エイリアス)
- ngram_test (エイリアス)
- ols_test (エイリアス)
- pda (エイリアス)
- pitchmark (エイリアス)
- scfg_make (エイリアス)
- scfg_parse (エイリアス)
- scfg_test (エイリアス)
- scfg_train (エイリアス)
- sig2fv (エイリアス)
- sigfilter (エイリアス)
- siod (エイリアス)
- spectgen (エイリアス)
- tilt_analysis (エイリアス)
- tilt_synthesis (エイリアス)
- viterbi (エイリアス)
- wagon (エイリアス)
- wagon_test (エイリアス)
- wfst_build (エイリアス)
- wfst_run (エイリアス)
- wfst_train (エイリアス)
- xml_parser (エイリアス)

## 依存関係

- libomp

## macOS 提供ライブラリ

- ncurses

## インストール挙動

- 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-07-08
- マネージャ版: 2.5.0
- ローカルデータ: OK
- 上流リポジトリ: http://festvox.org/docs/speech_tools-2.4.0/
- 情報: No package-manager update timestamp was available.
- 情報: Release/tag comparison is only available for GitHub repositories.
## プロジェクトの歴史と使われ方

Edinburgh Speech Tools is a long-running C++ speech-processing library and command collection from the University of Edinburgh Centre for Speech Technology Research. In package-manager culture it matters less as an end-user app than as the Unix-style substrate behind Festival-era speech synthesis packages and a grab bag of speech utilities such as waveform, label, n-gram, CART, and signal-processing tools.

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

The official CSTR page describes the library as C++ classes, functions, and programs for manipulating speech-processing objects, including waveforms, parameter files, labels, n-grams, intonation tools, CART training with wagon, and early recognition-oriented classes. The upstream README identifies version 2.5.1 as a July 2020 stable release, credits the University of Edinburgh and principal authors including Alan W Black, Paul Taylor, Richard Caley, Simon King, Rob Clark, and Korin Richmond, and carries copyright dates beginning in 1994.

### 採用の歴史

The project was designed to support other speech systems rather than stand alone. Festival's own manual says Edinburgh Speech Tools lies at the core of Festival, while the CSTR project page says the tools provide underlying classes for the Festival Speech Synthesis System. That connection explains why Unix package sets tend to carry it as both a library and a cluster of small command-line programs.

### 使われ方

Packagers and CLI users encounter Edinburgh Speech Tools through commands such as ch_wave, ch_lab, ch_track, wagon, ngram_build, and sig2fv, or through development packages used to build Festival and related speech software. Its packaging appeal is that it exposes old-school, scriptable speech primitives as normal Unix executables and a linkable static library.

### パッケージ好きにとっての重要性

For package nerds, speech-tools is a classic dependency-history package: old academic C++, many installed binaries, a custom permissive license, and practical importance because higher-level TTS software depends on it. It is the kind of formula that keeps historical speech stacks buildable long after the surrounding research ecosystem has moved on.

### タイムライン

- 1994: Copyright period for Edinburgh Speech Tools begins, according to the upstream README.
- 2000s: CSTR documents the library as the underlying class and utility layer for Festival.
- 2020: Upstream README identifies Edinburgh Speech Tools 2.5.1 as a July 2020 stable release.

### Related projects

- Festival Speech Synthesis System uses Edinburgh Speech Tools as a core library.
- Festvox hosts current generated documentation for newer speech_tools releases.

### ソース

- <https://raw.githubusercontent.com/festvox/speech_tools/master/README.md>
- <https://www.cstr.ed.ac.uk/projects/festival/manual/festival_3.html>
- <https://www.cstr.ed.ac.uk/projects/speech_tools/>


## セキュリティノート

broad file, network, media, or database tool signal.

- **Geiger リスク:** blue / 中
- broad file, network, media, or database tool signal

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

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** speech-tools
- **Version Scheme:** 0
- **Revision:** 2
- **Head Version:** HEAD
- **Conflicts With:** align
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

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

- Debian apt - libestools-dev - 1:2.5.0-13+b4: normalized package name match | Debian stable package indexes: libestools-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Edinburgh Speech Tools Library - developer's libraries | http://festvox.org/packed/festival/
- Debian apt - libestools2.5 - 1:2.5.0-13+b4: normalized package name match | Debian stable package indexes: libestools2.5 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Edinburgh Speech Tools Library | http://festvox.org/packed/festival/
- Debian apt - speech-tools - 1:2.5.0-13+b4: normalized package name match | Debian stable package indexes: speech-tools from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Edinburgh Speech Tools - user binaries | http://festvox.org/packed/festival/
- Debian apt - speech-tools-doc - 1:2.5.0-13: normalized package name match | Debian stable package indexes: speech-tools-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Documentation for the Edinburgh Speech Tools | http://festvox.org/packed/festival/
- Nix - speech-tools: normalized package name match | nixpkgs package indexes: pkgs/by-name/sp/speech-tools/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - libestools-dev - 1:2.5.0-13build2: normalized package name match | Ubuntu 24.04 LTS package indexes: libestools-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Edinburgh Speech Tools Library - developer's libraries | http://festvox.org/packed/festival/
- Ubuntu apt - libestools2.5 - 1:2.5.0-13build2: normalized package name match | Ubuntu 24.04 LTS package indexes: libestools2.5 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Edinburgh Speech Tools Library | http://festvox.org/packed/festival/
- Ubuntu apt - speech-tools - 1:2.5.0-13build2: normalized package name match | Ubuntu 24.04 LTS package indexes: speech-tools from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Edinburgh Speech Tools - user binaries | http://festvox.org/packed/festival/
- Ubuntu apt - speech-tools-doc - 1:2.5.0-13build2: normalized package name match | Ubuntu 24.04 LTS package indexes: speech-tools-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Documentation for the Edinburgh Speech Tools | http://festvox.org/packed/festival/
- dnf - speech-tools - 2.5-28.fc44: normalized package name match | Fedora Rawhide package metadata: speech-tools from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Edinburgh speech tools library | http://festvox.org
- dnf - speech-tools-libs - 2.5-28.fc44: normalized package name match | Fedora Rawhide package metadata: speech-tools-libs from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Edinburgh speech tools libraries | http://festvox.org
- dnf - speech-tools-libs-devel - 2.5-28.fc44: normalized package name match | Fedora Rawhide package metadata: speech-tools-libs-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Development files for the speech-tools libraries | http://festvox.org
- dnf - speech-tools-libs-static - 2.5-28.fc44: normalized package name match | Fedora Rawhide package metadata: speech-tools-libs-static from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Static libraries of speech-tools, so far needed by at least festival | http://festvox.org
- Nix - align: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/al/align/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## 関連リンク

- [Secret-risk packages](https://www.automicvault.com/ja/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [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.
- [speech](https://www.automicvault.com/ja/pkg/brew/speech/) - Package name indicates the same formula family.
- [taglib](https://www.automicvault.com/ja/pkg/brew/taglib/) - Shares av.db curated category or tags: audio, c-plus-plus, cli, library, media.
- [adplug](https://www.automicvault.com/ja/pkg/brew/adplug/) - Shares av.db curated category or tags: audio, cli, library, media.
- [alsa-lib](https://www.automicvault.com/ja/pkg/brew/alsa-lib/) - Shares av.db curated category or tags: audio, cli, library, media.
- [chromaprint](https://www.automicvault.com/ja/pkg/brew/chromaprint/) - Shares av.db curated category or tags: audio, cli, library, media.
- [fluid-synth](https://www.automicvault.com/ja/pkg/brew/fluid-synth/) - Shares av.db curated category or tags: audio, cli, library, media.
- [freealut](https://www.automicvault.com/ja/pkg/brew/freealut/) - Shares av.db curated category or tags: audio, cli, library, media.
- [id3lib](https://www.automicvault.com/ja/pkg/brew/id3lib/) - Shares av.db curated category or tags: audio, cli, library, media.
- [libmikmod](https://www.automicvault.com/ja/pkg/brew/libmikmod/) - Shares av.db curated category or tags: audio, cli, library, media.
- [stk](https://www.automicvault.com/ja/pkg/brew/stk/) - Both packages work with overlapping file formats or content types. Shared terms: audio, c-plus-plus, cli, media, plus.
- [vamp-plugin-sdk](https://www.automicvault.com/ja/pkg/brew/vamp-plugin-sdk/) - Both packages work with overlapping file formats or content types. Shared terms: audio, c-plus-plus, cli, media, plus.

## Combined YAML source

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