Skip to content

putnik/mycroft-plugin-rhvoice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RHVoice TTS plugin for Mycroft

Installation

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

Configuration

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
    }
  }
}

About

RHVoice TTS plugin for Mycroft

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages