sltalk command - Forum

Forum Navigation
You need to log in to create posts and topics.

sltalk command

Is there any way to use" sltalk" command in android? or still  it is impossible?

Hi @asmat, let me know if this works for you:

BeginJS
var msg = new SpeechSynthesisUtterance('Hello World');
window.speechSynthesis.speak(msg);
EndJS

Regards.

It works properly in mozilla browser but it does not work in android...