A simple web application that converts text input into speech using the Web Speech API. Users can enter text, adjust the playback speed, and hear the text spoken aloud. The application features dynamic button text and color updates based on the speech synthesis state.
- Text-to-Speech Conversion: Converts entered text into spoken words using the Web Speech API.
- Playback Speed Control: Adjusts the speed of the speech playback.
- Dynamic Button Feedback: Updates the button text and color based on the application's state.
- Clone or Download: Clone this repository or download all the files and place them in a folder on your device.
- Open in Browser: Open the
index.html
file in a web browser. - Enter Text: Type your text into the textarea.
- Generate Speech: Click the "Generate Audio" button or press Enter to hear the text spoken aloud.
- HTML: For the structure of the web page.
- CSS: For basic styling.
- JavaScript: For functionality and interaction with the Web Speech API.
No installation is required. Simply open the index.html
file in your web browser to use the application.
Feel free to submit issues or pull requests if you have suggestions or improvements for the project.