Speech

Using Javascript from SpiderBasic
tj1010
Posts: 218
Joined: Wed May 27, 2015 1:36 pm
Contact:

Re: Speech

Post by tj1010 »

I had no idea there was TTS in native JS engines.. I assumed this would take a Cordova module..

Maybe some people not having it work has to do with CORS settings or localization?
Quin
Posts: 118
Joined: Wed Nov 08, 2023 4:38 pm

Re: Speech

Post by Quin »

It entirely depends what voices your OS has available. On Windows I think it uses SAPI, or OneCore. I hope not OneCore, because if they use that, that means it'll break on N editions of Windows.
All the official docs say are:
Again, most OSes have some kind of speech synthesis system,
which will be used by the API for this task as available.
Post Reply