Skip to content

OpenVoiceOS/ovos-tts-plugin-ahotts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OVOS TTS Plugin AhoTTS

Description

OVOS TTS plugin for AhoTTS

Install

pip install ovos-tts-plugin-ahotts

You also need to compile AhoTTS and then set the binary path in your mycroft.conf

echo "Installing AhoTTS"
git clone https://github.com/aholab/AhoTTS /tmp/AhoTTS
cd /tmp/AhoTTS
./script_compile_all_linux.sh
mv /tmp/AhoTTS/bin /usr/bin/AhoTTS/

Configuration

  "tts": {
    "module": "ovos-tts-plugin-ahotts",
    "ovos-tts-plugin-ahotts": {
        "bin": "/usr/bin/AhoTTS/tts",
        "lang": "eu",
        "speed": 100
    }
  }

Credits

This plugin was funded by the Ministerio para la Transformación Digital y de la Función Pública and Plan de Recuperación, Transformación y Resiliencia - Funded by EU – NextGenerationEU within the framework of the project ILENIA with reference 2022/TL22/00215337

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages