How to use voice control in coding. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to use voice control in coding.

voice control on web

26th May 2018, 3:31 PM
keev23i
keev23i - avatar
4 Answers
+ 13
Web speech api
26th May 2018, 3:43 PM
Toni Isotalo
Toni Isotalo - avatar
+ 2
search for web for speech api ... https://youtu.be/ABoCeLjY0Xo
28th May 2018, 5:14 PM
Prashanth Kumar
Prashanth Kumar - avatar
+ 1
may I know that API
26th May 2018, 3:54 PM
keev23i
keev23i - avatar
+ 1
did you mean text to speech? please use the following link https://code.responsivevoice.org/responsivevoice.js we can convert a text to voice <script src="https://code.responsivevoice.org/responsivevoice.js"> </script> <script type=text/JavaScript> responsiveVoice.speak("your name"); </script>
6th Jun 2018, 8:58 AM
Kelvin Paul
Kelvin Paul - avatar