OpenVoiceOS TTS plugin for espeak-ng
pip install ovos_tts_plugin_espeakng
espeak-ng
needs to be available
apt-get install espeak-ng
"tts": {
"module": "ovos_tts_plugin_espeakng",
"ovos_tts_plugin_espeakng": {
"voice": "m1"
}
}
build it
docker build . -t ovos/espeakng
run it
docker run -p 8080:9666 ovos/espeakng
use it http://localhost:8080/synthesize/hello