This project is a simple Text to Speech Converter web application that allows users to input text, select a voice, and adjust the speech rate, pitch, and volume. The application uses the Web Speech API to convert text to speech.
- Input text to be converted to speech.
- Select from available voices.
- Adjust speech rate, pitch, and volume.
- Start and stop speech synthesis.
index.html
: The main HTML file that contains the structure of the web application.script.js
: The JavaScript file that handles the speech synthesis functionality.style.css
: The CSS file that styles the web application.
To get started with the Text to Speech Converter, follow these steps:
- Clone the repository or download the project files.
- Open
index.html
in your web browser.
- Enter the text you want to convert to speech in the text area.
- Select a voice from the dropdown menu.
- Adjust the speech rate, pitch, and volume using the sliders.
- Click the "Speak" button to start the speech synthesis.
- Click the "Stop" button to stop the speech synthesis.
This project does not have any external dependencies. It uses the Web Speech API, which is supported by most modern web browsers.
This project is licensed under the MIT License. See the LICENSE file for more details.
- The Web Speech API documentation: MDN Web Docs