GTTS API supports multiple languages including English, Hindi, Tamil, French, German and many more. Speech can be delivered at any of two available audio speeds, fast or slow. However, since the last update, it is not possible to change the voice of the generated sound.
Installation
To install the gTTS API, open a terminal and write
pip install gTTS
This works for any platform.
We are now ready to write a sample program that converts text to speech.
|
Exit
The output of the above program should be a voice saying, ’Welcome to pythonengineering!’
This article contributed by Achil Goel . If you are as Python.Engineering and would like to contribute, you can also write an article using contribute.python.engineering or by posting the article [email protected] ... See my article appearing on the Python.Engineering homepage and help other geeks.
Please post comments if you find anything wrong or if you would like to share more information on the topic discussed above.