+ 3
Speech API's
Please does Sololearn support Speech Synthesis Utterances or Speech API's
4 Answers
+ 3
Yes, Sololearn supports the Speech Synthesis API (like speechSynthesis.speak()), but with limitations.
If youâre using Sololearn in a web browser (like Chrome, Firefox, etc.), you can use it like this:
let msg = new SpeechSynthesisUtterance("Hello, this is Sololearn!");
speechSynthesis.speak(msg);
However, if youâre running the code inside the Sololearn mobile app, it might not work because some mobile environments block speech features.
Tip: For full functionality, try your code in a desktop browser.
+ 1
Thanks soo much, I appreciate it
0
You are welcome!!
0
Ù
Ù
Ù
Ù