I am working on a small app using SpeechSynthesisUtterance API.
I try to launch a small function betweens words (when they are enunciated) :
I use boundary event :
myWords.onboundary = function() {
...
};
But it doesn't work...Maybe i don't understand how works boundaries effect.
Please, can you help me ?
Thank you,
Thomas