A simple and intuitive web application to convert text to speech. Text to Speech Converter allows users to convert written text into spoken words. The application provides a user-friendly interface where users can input text and select a voice to listen to the spoken version. It supports multiple voices and languages.Built with HTML, CSS, and JavaScript.
- Easy to Use: Simple interface for entering text and selecting voices.
- Multiple Voices: Supports a variety of voices and languages.
- Responsive Design: Ensures a great user experience on both desktop and mobile devices.
[Watch the Demo]
text-to-speech.mp4
- HTML
- CSS
- JavaScript
Follow these instructions to set up the project locally.
- A modern web browser
-
Clone the repository:
git clone https://github.com/KDvs123/text-to-speech-converter.git
-
Navigate to the project directory:
cd text-to-speech-converter
-
Open
index.html
in your web browser.
- Write any text in the textarea.
- Select a voice from the dropdown menu.
- Click the "Listen" button to hear the spoken version of the text.
Contributions are welcome! Please follow these steps:
-
Fork the project.
-
Create your feature branch:
git checkout -b feature/AmazingFeature
-
Commit your changes:
git commit -m 'Add some AmazingFeature'
-
Push to the branch:
git push origin feature/AmazingFeature
-
Open a pull request.
This project is licensed under the MIT License
- 📧 Email: vihangasupasan2001@gmail.com
- 🐙 GitHub: KDvs123