# 使用 Homebrew, apt, dnf, Nix 安装 speech-tools

查看 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/zh-hans/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [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.
- [speech](https://www.automicvault.com/zh-hans/pkg/brew/speech/) - Package name indicates the same formula family.
- [taglib](https://www.automicvault.com/zh-hans/pkg/brew/taglib/) - Shares av.db curated category or tags: audio, c-plus-plus, cli, library, media.
- [adplug](https://www.automicvault.com/zh-hans/pkg/brew/adplug/) - Shares av.db curated category or tags: audio, cli, library, media.
- [alsa-lib](https://www.automicvault.com/zh-hans/pkg/brew/alsa-lib/) - Shares av.db curated category or tags: audio, cli, library, media.
- [chromaprint](https://www.automicvault.com/zh-hans/pkg/brew/chromaprint/) - Shares av.db curated category or tags: audio, cli, library, media.
- [fluid-synth](https://www.automicvault.com/zh-hans/pkg/brew/fluid-synth/) - Shares av.db curated category or tags: audio, cli, library, media.
- [freealut](https://www.automicvault.com/zh-hans/pkg/brew/freealut/) - Shares av.db curated category or tags: audio, cli, library, media.
- [id3lib](https://www.automicvault.com/zh-hans/pkg/brew/id3lib/) - Shares av.db curated category or tags: audio, cli, library, media.
- [libmikmod](https://www.automicvault.com/zh-hans/pkg/brew/libmikmod/) - Shares av.db curated category or tags: audio, cli, library, media.
- [stk](https://www.automicvault.com/zh-hans/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/zh-hans/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
