Description
RHVoice is a free and open source speech synthesizer by Olga Yakovleva
Installation Instructions
Core libraries
Use following command sequence to install RHVoice core libraries:
sudo dnf copr enable cuintle/RHVoice
sudo dnf install rhvoice
Additional voices
If you need additional voices, use these commands (English voices are installed by default).
Brazilian Portuguese
sudo dnf install rhvoice-brazilian-portuguese
Russian
sudo dnf install rhvoice-russian
Ukrainian
sudo dnf install rhvoice-ukrainian
Kyrgiz
sudo dnf install rhvoice-kyrgiz
Esperanto
sudo dnf install rhvoice-esperanto
Scottish English
sudo dnf install rhvoice-scottish-english
Albanian
sudo dnf install rhvoice-albanian
Tatar
sudo dnf install rhvoice-tatar
Macedonian
sudo dnf install rhvoice-macedonian
Polish
sudo dnf install rhvoice-polish
Speech dispatcher plugin
If you use Orca or similar screen reader software, you have to install speech dispatcher plugin too.
sudo dnf install rhvoice-speech-dispatcher-plugin
Development files
If you develop software that uses RHVoice, you'll also have to install package with header files.
sudo dnf install rhvoice-devel
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
EPEL 9 | x86_64 (88)* | EPEL 9 (37 downloads) |
Fedora 39 | x86_64 (222)* | Fedora 39 (0 downloads) |
Fedora 40 | x86_64 (294)* | Fedora 40 (42 downloads) |
Fedora 41 | x86_64 (178)* | Fedora 41 (21 downloads) |
Fedora rawhide | x86_64 (129)* | Fedora rawhide (43 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable cuintle/RHVoice
More info about enabling Copr repositories