This is a simple Text-to-Speech Converter built using HTML, CSS, and JavaScript with the ResponsiveVoice API. It allows users to enter text and listen to it being read aloud in various languages.
- Allows users to input text into a textarea.
- Converts the entered text into speech with the selected voice.
- The voice can be selected from a dropdown menu with the following languages:
- UK English Female
- UK English Male
- US English Female
- US English Male
- Hindi Female
- Button to initiate the speech conversion.
- Uses the ResponsiveVoice API.
- HTML for the structure of the page.
- CSS for styling and creating a responsive, visually appealing interface.
- JavaScript for dynamic interactions, such as fetching voices and converting text to speech.
- ResponsiveVoice API to handle the text-to-speech functionality.
- Clone the repository:
git clone https://github.com/your-username/text-to-speech-converter.git cd text-to-speech-converter