Forum Discussion
Can I slow down the audio voice selected in Storyline 360?
- 12 months ago
Hi, everyone!
I have some great news to share. We just released another update for Storyline 360. In Update 83, we've included important fixes and new features!
One of the new features we've included:
- Unlock new possibilities for text-to-speech audio. Use speech synthesis markup language (SSML) to adjust the speaking rate, modify pronunciation, emphasize words, add pauses, and more.
Launch the Articulate 360 desktop app on your computer to take advantage of this update, and click the Update button next to Storyline 360. You'll find our step-by-step instructions here.
Please let me know if you need additional help!
Hi Terry, would you mind sharing the scripting for that piece of work with us here so we can understand what you changed in the commands to make it work? I am sure if this is possible it would be of interest to many of us. :)
cheers Julie
To be honest, I just went to the page that I linked above (it's the same one as the "Control speech with SSML formatting" in the Insert text-to-speech dialog). I copied the text in the first image and pasted it into the Insert text-to-speech dialog and when I clicked "Insert" I got the error "Storyline 360 can't convert this text to speech. Verify the SSML tags are correct and supported for the selected voice.
"
So I tried removing the tags one by one, and it seemed that the <p> was causing problems.
However, I tried it again with the exact same text in a new story file, and now I'm not getting the error, so I suppose my copy/paste included some weird characters or something. But now I get the voice dictating the "speak" and other tags - only about half the time, and I'm not sure why that is.
Maybe still a few glitches for them to work out?
This is the script from that image:
<speak>
Welcome, fellow adventure seekers! In this course, we'll learn about Udaipur, <prosody rate="x-slow">one of the most enchanting cities in India.</prosody> Udaipur, often referred to as the city of lakes, is a beautiful destination with its picturesque lakes, palaces, and havelis.
<p>Udaipur is not just about lakes and palaces. A tree house especially made atop a 65-year-old mango tree is another one of its prized treasures. </p> </speak>