(04-22-2023, 11:04 AM)dbox Wrote:(04-22-2023, 10:55 AM)SMcNeill Wrote: I gave this a run, and there appears to be some sort of delay in the initialization of the speech. Every quote that is read off has the first several seconds missing. Something is off on the syncing with them, I think.
Interesting, I didn’t see that in my tests. What browser?
Sounds like there's going to be some digging involved. If of any help:
https://www.google.com/search?q=SpeechSy...-serp#ip=1
The beauty of programming with web browsers as the target: a program will work out-of-the-box on so many devices.
The problem: when using any web api's (any newer browser-engine/javascript stuff), not all browsers on all devices are at the same milestone of development/support/compatibility, occasionally because some software/device "houses" don't want to play ball/nice. AND: testing a browser-based app for all browsers on all devices, that's a tough thing to do.