RHVoice-test command not found

In this troubleshooting guide we learn how to fix RHVoice-test command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

RHVoice-test: command not found

or when using sudo you get the following error message

sudo: RHVoice-test: command not found

Solutions to RHVoice-test: command not found

How To Fix RHVoice-test: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu RHVoice-test 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-test command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.