https://github.com/muhammadahmed-0/text-to-speech
A simple web application that converts text into speech using the Web Speech API. Users can enter text, select a voice, and listen to the generated speech. The application also allows users to download the generated audio as an MP3 file.
https://github.com/muhammadahmed-0/text-to-speech
text-to-speech text-to-speech-converter text-to-speech-javascript
Last synced: 4 months ago
JSON representation
A simple web application that converts text into speech using the Web Speech API. Users can enter text, select a voice, and listen to the generated speech. The application also allows users to download the generated audio as an MP3 file.
- Host: GitHub
- URL: https://github.com/muhammadahmed-0/text-to-speech
- Owner: MuhammadAhmed-0
- Created: 2025-05-16T15:19:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-16T15:22:06.000Z (about 1 year ago)
- Last Synced: 2025-06-14T20:47:53.656Z (12 months ago)
- Topics: text-to-speech, text-to-speech-converter, text-to-speech-javascript
- Language: HTML
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Text to Speech Converter
A simple web application that converts text into speech using the Web Speech API. Users can enter text, select a voice, and listen to the generated speech. The application also allows users to download the generated audio as an MP3 file.
## Features
- Enter text to be converted to speech.
- Select from available voices.
- Play the generated speech.
- Download the speech as an MP3 file.
## Technologies Used
- HTML
- CSS
- JavaScript
- Web Speech API
- MediaRecorder API
## Results

## Installation
1. Clone the repository:
```bash
git clone https://github.com/yourusername/text-to-speech-converter.git