A simple and interactive web application that converts typed text into spoken audio. This project provides an easy-to-use interface for users to input text and have it read aloud, perfect for accessibility, learning, or just fun!
-
Text Input: A dedicated area to type or paste text.
-
Speech Synthesis: Converts the input text into natural-sounding speech.
-
Customizable Voice (Planned/Potential): (You can add this if your app supports it, e.g., different voices, pitch, or speed control)
-
Responsive Design: Works seamlessly across various devices (desktops, tablets, and mobile phones).
-
User-Friendly Interface: Clean and intuitive design for a smooth user experience.
-
HTML5: For the basic structure and content of the web page.
-
CSS3: For styling and ensuring a responsive and appealing design (e.g., using Bootstrap or custom CSS).
-
JavaScript: The core logic for handling text input, interacting with the Web Speech API (or a similar text-to-speech library), and playing the audio.
-
Clone the repository:
git clone [https://github.com/devdeepsharma/Text-to-Speech-Web-app.git](https://github.com/devdeepsharma/Text-to-Speech-Web-app.git)
-
Navigate to the project directory:
cd Text-to-Speech-Web-app -
Open
index.html: Simply open theindex.htmlfile in your preferred web browser.
Contributions are welcome! If you have suggestions for improvements, new features, or bug fixes, feel free to open an issue or submit a pull request.