DEV Community

Discussion on: Text to speech in the browser with the Web Speech API

Collapse
 
philnash profile image
Phil Nash

Oh that's weird. The thing with this API is that the browser actually hands off the speech synthesis to the operating system, so there's communication between the two that could break down. Also, there has been some issues on Windows and Linux with Chrome and speech samples that are longer than 15 seconds. Could that be what caused your problem?