I'm trying to adjust how the IVONA TTS voice pronounces a few words. I've found instructions to do so
HERE and they work, however, if I put any text BEFORE the code to change the pronunciation, the voice reads all the code. If I put text only AFTER the code, it works fine. TTS.Speaksync does the same thing too.
If that sounds confusing, make a new action of TTS.Speak, try entering each of these and play them. You'll see (hear) what I mean
Works fine:
<w role="ivona:VBD">read</w> the book yesterday
Preceding word breaks things:
I <w role="ivona:VBD">read</w> the book yesterday
Do I have to put a character after my text but before the code, to let VC know not to pronounce the code possibly??