MCPcopy Create free account
hub / github.com/RHVoice/RHVoice

github.com/RHVoice/RHVoice @1.18.4

Chat with this repo
repository ↗ · DeepWiki ↗ · release 1.18.4 ↗ · + Follow
4,161 symbols 9,636 edges 334 files 382 documented · 9% updated 22d ago1.18.4 · 2026-03-31★ 1,822155 open issues

Browse by type

Functions 3,298 Types & classes 863
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

RHVoice

RHVoice is a free and open-source speech synthesizer.

Features

Speech synthesis method

RHVoice uses statistical parametric synthesis. It relies on existing open-source speech technologies (mainly HTS and related software).

Voices are built from recordings of natural speech. They have small footprints, because only statistical models are stored on users' computers. And though the voices lack the naturalness of the synthesizers which generate speech by combining segments of the recordings themselves, they are still very intelligible and resemble the speakers who recorded the source material.

Supported languages

Initially, RHVoice could speak only Russian. Now it also supports:

  • American and Scottish English
  • Brazilian Portuguese
  • Esperanto
  • Georgian
  • Ukrainian
  • Kyrgyz
  • Tatar
  • Macedonian
  • Albanian
  • Polish

In theory, it is possible to implement support for other languages, if all the necessary resources can be found or created.

Synthesis example

If you want to listen to an example of speech synthesis, You can use the TTS service on this page.

Supported platforms

RHVoice supports the following platforms:

  • Windows (prebuilt binaries is available in documentation)
  • GNU/Linux (building instructions and packaging status can be found in "Compiling instructions" section of documentation.
  • Android (can be installed thru F-Droid or Google Play

It is compatible with standard text-to-speech interfaces on these platforms: SAPI5 on Windows, Speech Dispatcher on GNU/Linux and Android's text-to-speech APIs. It can also be used by the NVDA screen reader directly (the driver is provided by RHVoice itself).

Documentation

All prebuild binaries packages, main and legal information and more are available in three languages:

Community

Official

Unofficial

Extension points exported contracts — how you extend this code

Core symbols most depended-on inside this repo

Shape

Method 2,704
Class 833
Function 594
Enum 22
Interface 8

Languages

C++73%
Java14%
C7%
Python6%

Modules by API surface

src/core/hts_labeller.cpp322 symbols
src/core/language.cpp152 symbols
src/include/core/userdict.hpp111 symbols
src/android/RHVoice-core/src/main/java/com/github/olga_yakovleva/rhvoice/android/PlayerFragment.java96 symbols
src/third-party/rapidxml/rapidxml/rapidxml.hpp93 symbols
src/nvda-addon/synthDriver/__init__.py79 symbols
src/include/core/language.hpp76 symbols
src/include/core/str.hpp69 symbols
site_scons/RHVoicePackaging/windows.py66 symbols
src/include/core/document.hpp60 symbols
src/android/RHVoice-core/src/main/java/com/github/olga_yakovleva/rhvoice/android/DataPack.java59 symbols
src/include/core/item.hpp58 symbols

For agents

$ claude mcp add RHVoice \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page