A creative project to give voice to your words.
- Your computer can speak.
- You can give voice to your words.
- You can set speed of the voice.
- Creative project.
- Minimal.
- Dynamic.
- Easy to code and also easy logic.
- Html (for structuring).
- Javascript (to give voice).
- Speach Synthesis :(https://developer.mozilla.org/en-US/docs/Web/API/Window/speechSynthesis)
- Speach Synthesis Utterence :(https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesisUtterance)
setup in ubuntu: git clone https://github.com/alitahir4024/Text-To-Speach-Javascript.git cd Text-To-Speach-Javascript sudo apt update sudo apt install nodejs npm -y sudo npm install -g http-server http-server