Created a text2speech application where users write the senetence and program would convert it into speech write a 2 line descrription for it in a human and simple generated language
⚜ DEMO -- https://text2speech1163.netlify.app/
- HTML
- CSS
- Javascript
- speechSynthesis
- Download or clone this repository.
https://github.com/rohanmittal1163/Text2Speech/
This project is open source and we are happy to receive contributions. If you would like to contribute, please follow these steps:
- Make a fork of the repository.
- Create a branch for your feature or bugfix (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added my new feature'
) - Push your branch (
git push origin my-new-feature
) - Create a pull request.