Getting TTS to work in Browser Source

lioran

Member
Is there a way to get the built-in javascript TTS (speechSynthesis) to work in a browser source.
I've been working with javascript TTS lately but when used in a browser source it just doesn't work, it returns 0 voices available.
I see websites like streamelement manage to have TTS work in browser source but I have a feeling they're not using speechSynthesis and using something completely different instead.
Are there any freely available TTS out there that can be used locally? or just a way to get speechSynthesis to work.
 
Top