+ 3

Speech API's

Please does Sololearn support Speech Synthesis Utterances or Speech API's

17th Apr 2025, 7:53 PM
Ferdinand Edem
Ferdinand Edem - avatar
4 Réponses
+ 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.
18th Apr 2025, 2:33 AM
Ebrahim Hany
Ebrahim Hany - avatar
+ 1
Thanks soo much, I appreciate it
18th Apr 2025, 1:48 PM
Ferdinand Edem
Ferdinand Edem - avatar
0
You are welcome!!
18th Apr 2025, 1:48 PM
Ebrahim Hany
Ebrahim Hany - avatar
0
مممو
19th Apr 2025, 6:11 PM
Abdilah Abdi
Abdilah Abdi - avatar