+ 3
Text to speech
How do u have text to speech in html or css or js
1 Odpowiedź
+ 3
There is actually a web speech API that enables this easily
https://developers.google.com/web/updates/2014/01/Web-apps-that-talk-Introduction-to-the-Speech-Synthesis-API
Otherwise you can use external APIs with your code, or make your own if you're feeling really ambitious