OpenVoiceOS TTS plugin for PicoTTS
pip install ovos-tts-plugin-picopico2wave needs to be available, in a pi this can be installed with
apt-get install libttspico0
apt-get install libttspico-utilsyou can also install from source
"tts": {
"module": "ovos-tts-plugin-pico"
}the Voice corresponds to a language code, it should be auto detected from global config
you can also set it explicitly to one of "de-DE", "es-ES", "fr-FR", "it-IT", "en-US"
"tts": {
"module": "ovos-tts-plugin-pico",
"ovos-tts-plugin-pico": {
"voice": "en-US"
}
}build it
docker build . -t ovos/picorun it
docker run -p 8080:9666 ovos/picouse it http://localhost:8080/synthesize/hello