+ 1
Help me to enable the text to speech in this code.
8 Respostas
+ 2
responsiveVoice.speak(text, "UK English Male", {pitch:1});
In the above line, you are speaking the string content of a variable called text.
Assign the time information into text. So that the voice will tell the actual time instead of the word "time"
+ 1
I tried to overload the error() but doesn't work.
https://code.sololearn.com/W9mViqBpcK1J/?ref=app
+ 1
But you can hear the male voice, don't you?
+ 1
Yes it is working. The male voice is there. You cannot hear?
0
Ok😔
0
I want to hear the output that comes after my input. Just like an assistant.
0
He says "time". That is the problem, he is saying "time" but i want him to say the what the time is.
0
Thanx a lot. It worked. Thankss. Thanks thanks.