This is a simple web-based Text To Speech (TTS) converter that allows users to input text and have it spoken out loud using various voice options and adjustable speeds.
- Text Input: Users can enter the text they want to be converted to speech in a text area.
- Speak Text: Convert the entered text to speech by clicking the "Speak Text" button.
- Pause and Stop: Options to pause and stop the speech playback.
- Voice Selection: Choose from different voice options, including various male and female voices.
- Speed Control: Adjust the speed of the speech with options ranging from 0.5x to 2x speed.
- Open the
index.html
file in your web browser. - Enter the text you want to convert to speech in the provided text area.
- Select your preferred voice from the dropdown menu.
- Choose the desired speech speed.
- Click the "Speak Text" button to hear the text spoken out loud.
- You can pause or stop the speech using the corresponding buttons.
- index.html: The main HTML file containing the structure of the application.
- style.css: Contains the styles used in the application.
- index.js: The JavaScript file that handles the text-to-speech functionality.
- assets/icons: Directory containing icons used in the application.
This project was created with ❤️ by Rojin Chhetri.
This project is licensed under the MIT License - see the LICENSE file for details.