AllTalk is an updated version of the Coqui_tts extension for Text Generation web UI.
Firstly you must have working instance of AllTalkTTS server running. Follow instructions in the AllTalkTTS repository.
To use it, copy the alltalktts
folder inside your config/custom_components
folder on your home assistant installation.
Add following lines to your Home Assistant configuration:
tts:
- platform: alltalktts
host: <host>
port: <port>
At the moment integration chooses random voice for every TTS because I like variety. If you want to add option to choose specific voice, I am open to PRs.
Author: Dr Serge Victor
This software is loosely based on concept provided by Markus Pöschl in his PicoTTS Remote custom component.