window.SpeechSynthesis

Your browser probably has speech synthesis built in. In 1980 this was an add-on hardware device for a TI-99/4A computer.

Code

window.speechSynthesis.speak(new SpeechSynthesisUtterance("hello")) 

Enter text below

Resources