The repo itself has good tutorials under the notebooks/ folder to get started with training and generating synthesized voices. Check out
"Tutorial_2_train_your_first_TTS_model" you could start there.
FYI the format that they expect in metadata.csv has changed over time, it used to be "filename|transcribed text" and now it expects "filename|speaker name|transcribed text" but that's not reflected in the notebook.
Coincidentally I've just started playing around with Coqui TTS for training on my own experimental datasets. I was naive enough to think I could get it to run on Windows instead of Linux, I would suggest you save yourselves the time and start from Linux if you're giving it a go!
To add to the list of great extensions mentioned here:
- News Feed Eradicator
Inspired from "Indistractible" by Nir Eyal, I found it very useful in removing unnecessary visual noise and distractions when I check my messages on Facebook.
FYI the format that they expect in metadata.csv has changed over time, it used to be "filename|transcribed text" and now it expects "filename|speaker name|transcribed text" but that's not reflected in the notebook.