RHVoice-service command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
RHVoice-service: command not found
or when using sudo you get the following error message
sudo: RHVoice-service: command not found
Solutions to RHVoice-service: command not found
How To Fix RHVoice-service: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu RHVoice-service is provided by rhvoice package.
rhvoice is:
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.
Initially, RHVoice could speak only Russian. Now it also supports English, Esperanto and Georgian. In theory, it is possible to implement support for other languages, if all the necessary resources can be found or created.
This package contains test tools
To fix this problem, we can install more using the command below.
sudo apt-get -y install rhvoice
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install rhvoice.
sudo apt -y install rhvoice
Or if you have aptitude installed you can use the following command.
sudo aptitude install rhvoice
Summary
In this tutorial we learn how to fix RHVoice-service command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.