#htmlcssjs #htmlcss #javascript
Ep93 - Text to speech application tutorial & source code
https://drive.google.com/file/d/1GFTO...
Steps to create - Text to Speech Application
1. Design HTML & CSS
2. pass the textarea value to speechsysnthesisutterance object
3. use speechsynthesis's speak function to speak
4. call the other google voices using getVoices() function
5. append all the voices in select tags option using forloop
6. pass the voice on click, assign voice to utterance.voice
complete Javascript projects playlist
• Ep92 - Word Guessing Game Tutorial & ...