Question / Help Web Speech - BrowserSource

Krister Johansson

New Member
How dose the Browser Source works? I am using Web Speech API, but it can not play the voice. Works in Chrome, Edge and FF.
Is there a way around it?
 
This post is quite old, but still: If you check the
Code:
window.speechSynthesis.getVoices()
response, you'll see that there is sadly no voice available.
 
Back
Top