This Gradio app uses Microsoft Edge's Text-to-Speech (TTS) service to allow users to input text and generate spoken audio. Users can select different voices and adjust speech rate and pitch through an intuitive interface.
- Convert text into speech.
- Choose from different voice options.
- Adjust speech rate and pitch.
- User-friendly Gradio interface.
Ensure you have Python 3.8 or newer installed. Clone this repository and install the required dependencies with the following commands:
git clone https://github.com/xsteel2003/Edge-TTS-Text-to-Speech.git
cd Edge-TTS-Text-to-Speech
pip install -r requirements.txt
Run the following command to start the application:
python text2mp3_en.py
The application will run on a local server, typically at http://127.0.0.1:7860
. You can access it via a web browser to use the app.
To see a live demo of this application, please visit https://text-to-speech.wingetgui.com/.
Contributions are welcome via GitHub through issues and pull requests. Please read CONTRIBUTING.md
before contributing.