This Python project allows you to convert text into speech using the gTTS (Google Text-to-Speech) module. gTTS is a Python library and CLI tool that interfaces with the Google Translate Text-to-Speech API, enabling you to convert text into speech in various languages.
- Convert text into speech in multiple languages.
- Customize speech rate and volume.
- Save the generated speech as an audio file.
Before you begin, ensure you have met the following requirements:
- Python 3.7 or higher installed on your system.
- An active internet connection to access the Google Translate Text-to-Speech API.
-
Clone this repository to your local machine:
git clone https://github.com/Man-ak/Text-to-audio-conversion.git