+ 2
How to use voice control in coding.
voice control on web
4 Respuestas
+ 13
Web speech api
+ 2
search for web for speech api ...
https://youtu.be/ABoCeLjY0Xo
+ 1
may I know that API
+ 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>