https://github.com/lilianboulard/parlez
A Discord bot for text-to-speech
https://github.com/lilianboulard/parlez
bot discord text-to-speech tortoise-tts tts
Last synced: 2 months ago
JSON representation
A Discord bot for text-to-speech
- Host: GitHub
- URL: https://github.com/lilianboulard/parlez
- Owner: LilianBoulard
- License: mit
- Created: 2023-03-01T10:29:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-16T12:15:19.000Z (over 3 years ago)
- Last Synced: 2025-12-31T05:21:32.654Z (6 months ago)
- Topics: bot, discord, text-to-speech, tortoise-tts, tts
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# parlez
*parlez* is a Discord bot for generating text-to-speech.
## How to use
The recommended way to use this project is to:
1. Clone it with git
2. Add the voice clips in the `robot/voices` directory,
[the procedure is the same as tortoise-tts](https://github.com/neonbjb/tortoise-tts#adding-a-new-voice)
3. Create an application->bot on the Discord interface, and add the bot token
to `config.ini`
4. While you're at it, modify the parameters in `config.ini` to suit your needs
5. Run as a container with `docker-compose`:
```bash
docker-compose up -d --build
```
## Limitations
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!