Synthesize speech. More information: https://github.com/coqui-ai/TTS#command-line-tts.
tts --text "text"
tts --list_models
tts --model_info_by_idx model_type/model_query_idx
tts --model_info_by_name model_type/language/dataset/model_name
tts --text "text" --model_name model_type/language/dataset/model_name
tts --text "text" --model_path path/to/model.pth --config_path path/to/config.json --out_path path/to/file.wav