In this web-app, I made a Text-to-Speech Converter or Text-to-Voice Generator app using HTML, CSS, and JavaScript. I also added a feature to change the voice. With this application, you can convert text into speech with various voices.
Include a link to a video or a live demo showcasing the application in action.
- Convert text into speech.
- Choose from a variety of voices.
- Generate speech in different styles and accents.
- Clone the repository:
git clone https://github.com/HIMU-2001/text-to-speech.git
- Open the project folder:
cd text-to-speech
- Open
index.html
in a web browser.
-
Enter the text you want to convert into speech in the provided text input field.
-
Select a voice from the available options to customize the speech output.
-
Click the "Convert" button to generate the speech.
-
Enjoy the generated speech!
- HTML
- CSS
- JavaScript
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b my-feature
- Make your changes and commit them:
git commit -m "Add my feature"
- Push to the branch:
git push origin my-feature
- Create a pull request explaining your changes.
This project is licensed under the MIT License. See the MIT LICENSE file for details.
For any questions or inquiries, please reach out to me at himanshuuu.2001@gmail.com.