Guest User

Untitled

a guest
Dec 13th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. // Open browser console and paste this
  2. synth=new SpeechSynthesisUtterance();synth.voice=speechSynthesis.getVoices()[0]; synth.text="HELLO WORLD"; speechSynthesis.speak(synth);
Add Comment
Please, Sign In to add comment