google-text-to-speech

GttS Wait Until words is complete Python

GttS Wait Until words is complete Python Question: I am using gtts to read words from a list and say them one by one. The current problem I am facing is that when I play the words one by one in the list they start at the same time. Here is the reproduced result: def …

Total answers: 1

Custom Python gTTS voice

Custom Python gTTS voice Question: I have been using the gTTS module for python 3.4 to make mp3 files of spoken text. It has been working, but all of the speech is in a certain adult female voice. Is there a way to customize the voice that gTTS reads the text in? Asked By: Theo …

Total answers: 7