Forum Discussion

KatrinaHunter-c's avatar
KatrinaHunter-c
Community Member
8 months ago

How to format SSML? New to the process

I am lost on how to format words and text in SSML. I don't know where to place the code and how. I am trying to slow down words but also have words be pronounced a certain way.

  • Hi Katrina, 

    Happy to help!

    You can check out this guide on how to use Storyline 360's SSML feature, including which tags are available: 

    But if you're more of a visual learner, here's what SSML-enhanced text would look like when added to Storyline 360's text-to-speech feature: 

    <speak>

    <s>Hello World</s>

    <p>Sample Text Here</p>

    <p>Another Paragraph</p>

    </speak>

    You'll want to enter this text with the tags in the "INSERT-> Audio -> Text-to-Speech" feature here to generate the audio file: 

    Hope this helps!