I want to know which letter is being read for lip sync animation. I have "onboundary" event that fires when every new word starts, having same event for each letter could solve the problem.
I tried to use set interval for each letter of current word, but it didn't work(
I'm using standard web speech api.