An open API service indexing awesome lists of open source software.

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.

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
![image](https://github.com/user-attachments/assets/63eaf6c3-fa03-4ac6-8a8e-406091e76623)

## Installation

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