Forum Discussion
Insert SSML tags
- 10 months ago
Hi Everyone!
I'm happy to share that we just released Storyline 360 (Build 3.84.31647.0) which includes the fix for the bug:
- Storyline reads the SSML tags in the TTS script if there is a blank space or line break at the beginning/end of the code
Now all you need to do is update Storyline 360 in your Articulate 360 desktop app to take advantage of the newest bug fixes and features!
If you run into any issues, please don't hesitate to reach out to our team by submitting a support case.
Hi everyone, if the TTS is reading out SSML tags, can you try doublechecking to see if the TTS script isn't followed by a trailing white space (you'll know that's the case if you backspace and it doesn't delete the right character). Another way to end up with this behavior is if your TTS script ends with an empty line break, backspacing will also remove this. Here's what those two scenarios look like:
For Jennifer, if you could share a sample of your script and how you are using the <p> and <s> tags that would be helpful. Are you closing those tags with </p>? For example:
<speak>
<p>This is the first paragraph. There should be a pause after this text is spoken.</p>
<p>This is the second paragraph.</p>
</speak>