Speech Synthesis Markup Language (SSML)

Description

This tutorial demonstrates how to modify speech synthesis in real-time within your text.

How To Do It

First, I need to give credit where credit is due. I didn't actually created this tutorial - instead, it was inspired and the video was created by Sebediah. I'm merely moving his information into this tutorial for others to find.

If you're looking for the thread that started this conversation, find it here: http://www.ez-robot.com/Community/Forum/Thread?threadId=10743

Sebediah figured out that you can include SSML code in your text to speak. He also created a fantastic tutorial video, which you can see below.

Here's an example of code he provided to give you a head start before the video:


#The  tag is only needed if you're going to make other changes mid-sentence, otherwise you can just use the first tag and don't need the second one after the string.

$VoiceStart = "<prosody pitch ='+230%'>"
$VoiceEnd = "</prosody>"

SayWait($VoiceStart + "When I'm tired my voice gets very deep and I speak slowly" + $VoiceEnd)


ARC Pro

Upgrade to ARC Pro

Subscribe to ARC Pro, and your robot will become a canvas for your imagination, limited only by your creativity.

PRO
USA
#9   — Edited

@DJ: The tags "<" ">" are ignored. Something changed ?

PRO
USA
#10   — Edited

I copied directly from the video

Program runs well, only with the same voice, not high, or low , just normal

PRO
USA
#11   — Edited

I copied the code directly from the video

Program runs well, only with the same voice, not high, or low , just normal

PRO
USA
#12  

Nomad

what am I missing?

the +   where?

PRO
USA
#14  

I took out the  + and it is still the same

PRO
Belgium
#15  

i am looking to see if it works here.moment.

PRO
USA
#16  

I give up   lol  :-)