https://github.com/likhithsp/texttospeech
A simple web app that converts text to speech using Web Speech API. Supports multiple languages and voice styles. Users can listen online🗣️
https://github.com/likhithsp/texttospeech
css html javascript text-to-speech webspeech-api
Last synced: about 2 months ago
JSON representation
A simple web app that converts text to speech using Web Speech API. Supports multiple languages and voice styles. Users can listen online🗣️
- Host: GitHub
- URL: https://github.com/likhithsp/texttospeech
- Owner: LikhithSP
- License: mit
- Created: 2024-10-29T18:33:03.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-01T05:50:22.000Z (7 months ago)
- Last Synced: 2025-02-02T18:33:02.231Z (4 months ago)
- Topics: css, html, javascript, text-to-speech, webspeech-api
- Language: CSS
- Homepage: https://likhithsp.github.io/texttospeech/
- Size: 101 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 💬 Text To Speech Converter

Turn text into speech effortlessly with this responsive Text to Speech Converter!
🔥 Features
- 🎙 Multiple Region Voice Selection: Choose from a variety of voices available on your browser.
- 🗣 Instant Text-to-Speech: Simply enter text, select a voice, and click "Listen"!
- 📱 Responsive Design: Works beautifully on desktops, tablets, and smartphones.
- 🎨 Customizable Styling: Modify the look and feel using CSS.
🚀 Getting Started
Clone the Repository
git clone https://github.com/your-username/text-to-speech-converter.git
cd text-to-speech-converter
Open the Project
Open index.html
in your preferred browser to start using the Text to Speech Converter.
🛠️ Technologies Used
Technology
Purpose
HTML
Structure and layout
CSS
Styling and responsive design
JavaScript
Text-to-speech functionality using the Web Speech API
🎯 Usage
-
Type Text: Enter the text you want to convert to speech in the textarea. -
Select a Voice: Pick your preferred country or regional voice from the dropdown menu. -
Click "Listen": Hear your text spoken aloud!
🌱 Upgradation Ideas
-
Pitch & Speed Control: Add sliders to adjust voice pitch and rate. -
Language Filtering: Allow users to filter voices based on languages. -
Save Audio Feature: Enable saving spoken text as an audio file.
🤝 Contributing
Contributions are welcome! Fork this repository, make your changes, and submit a pull request. Ideas, bug reports, and new feature requests are also appreciated!
👏 Acknowledgements
Special thanks to the Web Speech API for enabling accessible and easy text-to-speech functionality in web applications.