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

https://github.com/saagor16/text-to-speech-generator

A simple and user-friendly web application that converts text to speech using the Web Speech API. Users can select from different voice options and listen to the spoken text.
https://github.com/saagor16/text-to-speech-generator

javascript reactjs tailwindcss

Last synced: about 2 months ago
JSON representation

A simple and user-friendly web application that converts text to speech using the Web Speech API. Users can select from different voice options and listen to the spoken text.

Awesome Lists containing this project

README

          

# Text Speech Converter

A simple and user-friendly web application that converts text to speech using the Web Speech API. Users can select from different voice options and listen to the spoken text.

## Features

- **Text Input**: Type or paste text into a text area.
- **Voice Selection**: Choose from a list of available voices.
- **Text-to-Speech**: Click a button to hear the spoken text.
- **Responsive Design**: Works on both desktop and mobile devices.

## Technologies Used

- React
- Tailwind CSS
- Web Speech API

## Live Demo

You can view the live version of the project [here](https://text-to-speech-generator-five.vercel.app/).