Skip to content

gavmor/ovos-tts-plugin-piper

 
 

Repository files navigation

Description

OVOS TTS plugin for piper

Install

pip install ovos-tts-plugin-piper

Configuration

download models from https://github.com/rhasspy/piper/releases/tag/v0.0.2

you can also pass an url for a .tar.gz model, and it will be auto downloaded

if no model is passed it will be auto selected based on language

you can pass a model name alias, eg "alan-low"

  "tts": {
    "module": "ovos-tts-plugin-piper",
    "ovos-tts-plugin-piper": {
      "voice": "alan-low"
    }
  }

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%