This is simply for my own notes, on how to do Coqui text-to-speech
python -m venv tts_env
source tts_env/bin/activate
pip install --upgrade pip
pip install coqui-tts
tts --text "Insert text here" --model_name tts_models/en/jenny/jenny --pipe_out --out_path /home/path/to/tts_output/whatever.wav | aplay