Welcome to the Text to Speech Converter project! This is a simple web application that takes input text and reads it aloud using the browser's built-in Speech Synthesis API.
- 🎤 Convert Text to Speech: Enter any text and listen to it spoken aloud.
- 🖼️ Responsive UI: Modern and attractive design that works well on all devices.
- 🆓 No External Dependencies: Uses native web technologies without any third-party libraries.
project-folder/
|-- index.html
|-- style.css
|-- script.js
|-- images/
|-- speaker.png
index.html
: The main HTML file containing the app structure.style.css
: Stylesheet for the application.script.js
: JavaScript logic to handle text-to-speech functionality.images/
: Directory for images (e.g., favicon).
Follow these instructions to run the project locally:
- Clone the repository:
git clone https://github.com/immortalWebDev/text-to-speech-converter.git
- Navigate to the project directory:
cd text-to-speech-converter
- Open
index.html
in your browser.
- HTML5: For structuring the web content.
- CSS3: For styling the app.
- JavaScript: To implement the text-to-speech functionality using the Speech Synthesis API.
- Type your text: Enter any text into the provided textarea.
- Click the button: Hit the "Speak what's written!" button.
- Listen: The browser reads the text aloud.
- 🌍 Multi-language support.
- 🔊 Adjustable voice pitch and rate.
- 📢 Voice selection options.
This project is open-source and available under the MIT license
- Email- pgbadgujar007@gmail,com
- Inspired by modern, simple web utilities