Description
RHVoice is a free and open source speech synthesizer
Installation Instructions
Core libraries
Use following command sequence to install RHVoice core libraries:
dnf copr enable ky1e/RHVoice
dnf install rhvoice
Additional voices
If you need additional voices, use these commands (English voices are installed by default).
Russian
dnf install rhvoice-russian
Ukrainian
dnf install rhvoice-ukrainian
Kyrgiz
dnf install rhvoice-kyrgiz
Esperanto
dnf install rhvoice-esperanto
Speech dispatcher plugin
If you use Orca or similar screen reader software, you have to install speech dispatcher plugin too.
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.
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 |
---|---|---|
Fedora 39 | aarch64 (0)*, ppc64le (0)*, s390x (0)*, x86_64 (0)* | Fedora 39 (0 downloads) |
Fedora 40 | aarch64 (0)*, ppc64le (0)*, s390x (0)*, x86_64 (0)* | Fedora 40 (50 downloads) |
Fedora 41 | aarch64 (0)*, ppc64le (0)*, s390x (0)*, x86_64 (0)* | Fedora 41 (26 downloads) |
Fedora rawhide | aarch64 (0)*, ppc64le (0)*, s390x (0)*, x86_64 (97)* | Fedora rawhide (40 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable ky1e/RHVoice
More info about enabling Copr repositories