var msg = new SpeechSynthesisUtterance('Hi, Welcome'); window.speechSynthesis.speak(msg);
Wednesday, November 25, 2020
Text to Speech in Browser
It would be a nice welcome, however I couldn't bypass user interaction requirement.
Tuesday, November 03, 2020
Subscribe to:
Posts (Atom)
Be Human
This is my prompt to the humans out there: Publication for the sake of publication, architecture for the sake of architecture, and agents fo...
-
Run following command in js console if you want make web sites audible with a click document.getElementsByTagName("p")].map(p =...
-
Real Time Transcription: In TV channels I realize that text is a little bit coming late after the speech. So , I think they are using...
-
Eclipse Memory Problem: When I am working on OpenGL project on Eclipse I faced a lot of problem due to memory. When javaw uses more tha...