parlez is a Discord bot for generating text-to-speech.
The recommended way to use this project is to:
- Clone it with git
- Add the voice clips in the
robot/voicesdirectory, the procedure is the same as tortoise-tts - Create an application->bot on the Discord interface, and add the bot token
to
config.ini - While you're at it, modify the parameters in
config.inito suit your needs - Run as a container with
docker-compose:docker-compose up -d --build
The default TTS generation is based on tortoise-tts, an open-source
multi-voice text-to-speech engine.
It shouldn't be too hard to switch it with another TTS engine if necessary: feel free to fork this repo or submit a pull request!