Complete Video Tutorial: https://youtu.be/OgDmLDQoots
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.
pip install gTTS pip install pyttsx3
- gTTS
- pyttsx3