Install RVHVoice for your system (see compiling instructions):
sudo apt-get install scons libspeechd-dev
git clone --recurse-submodules https://github.com/RHVoice/RHVoice.git ~/RHVoice
cd ~/RHVoice
scons
sudo scons install
sudo ldconfig
Install plugin via pip:
mycroft-pip install mycroft-plugin-rhvoice
Edit mycroft.conf
(mycroft-config edit user
):
Basic config:
{
"tts": {
"module": "rhvoice"
}
}
Extended config (with default values):
{
"tts": {
"module": "rhvoice",
"rhvoice": {
"voice": "aleksandr-hq",
"rate": 24000
}
}
}
voice
: see rhvoice.orgrate
: 24000, 16000, 8000, etc