Skip to content

Latest commit

 

History

History
 
 

Text to Speech - Speech Synthesis

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Text to Speech (gTTS) (pyttsx3)

Complete Video Tutorial: https://youtu.be/OgDmLDQoots

Project Information

The objective of the project is to convert text to speech in real time and convert text to audio file. It uses google text to speech api to convert the text to audio. It also uses pyttsx3 (offline module) that converts text to audio with various customizations.

Install Modules

pip install gTTS pip install pyttsx3

Libraries

  • gTTS
  • pyttsx3