tom-s / speak-tts

76 stars 19 forks source link

Huge delay (about 1 second) on Mac OSX 10.15 and Electron? #21

Closed ogomez92 closed 4 years ago

ogomez92 commented 4 years ago

Hello! There seems to be a huge delay when running speak-tts on Electron using Catalina. Has anyone else noticed it? I'm making an app which requires high responsiveness in the tts library. How can I get in touch with you so that we can run further tests? Are you aware of this delay?

Thanks!

tom-s commented 4 years ago

Hi, Perhaps you could try to using the raw speechSynthesis API (https://developer.mozilla.org/fr/docs/Web/API/SpeechSynthesis). If the issue remains, its something wrong with electron, if it doesn't it has to do with the library.

tom-s commented 4 years ago

@ogomez92: could you update me on your findings please ?

ogomez92 commented 4 years ago

sadly it's a mac thing. It's not your library. Feel free to close the issue.

tom-s commented 4 years ago

Thanks for the update !