OpenVoiceOS R2D2 TTS plugin
pip install ovos-tts-plugin-beepspeak
"tts": {
"module": "ovos-tts-plugin-beepspeak",
"ovos-tts-plugin-beepspeak": {
"time_step": 0.1
}
}
build it
docker build . -t ovos/beepspeak
run it
docker run -p 8080:9666 ovos/beepspeak
use it http://localhost:8080/synthesize/hello
For a period of time development was migrated to a fork on chatterbox repositories
code was last synchronized with chatterbox-droid-tts==0.0.1a1