A Text-to-Speech (TTS) application that converts written text into spoken words. This project allows users to input text, and with the help of speech synthesis technology, it reads the text aloud.
✅ Text Input – Enter text into a text box
✅ Speech Output – Converts entered text into speech
✅ Voice Control – Option to change speech rate and voice type
✅ Simple UI – Clean interface with minimal design
✅ Mobile and Desktop Compatible – Works seamlessly across devices
- HTML5 – For the structure of the web page
- CSS3 – For styling and layout
- JavaScript – For implementing text-to-speech functionality using the Web Speech API
- Web Speech API – The key API used to convert text to speech
- Clone the Repository:
git clone https://github.com/Fatima-progmmer/Text-to-speech-application.git
- Run the Application:
Open the
index.html
file in your browser. - Enter Text: Type text into the provided input field.
- Click "Speak": Press the "Speak" button to listen to the text being read aloud.
- Control Speech Rate and Voice: Use the options to adjust the speed and voice type of the speech.
This project was created to demonstrate how to convert text to speech using JavaScript and the Web Speech API. It's a great starting point for adding TTS features to any web application or for developing accessibility tools for users with visual impairments.
- Using the Web Speech API
- Building an interactive interface with HTML, CSS, and JavaScript
- Handling dynamic user input and output
- Developing a simple web app for accessibility
---�