
larschrjensen
Denmark
Asked
— Edited

I was wondering whether it is possible to use elements from the Speech Synthesis Markup Language to modify the speech output using EZ-script? Or if there are other markup options other than the ones already given in the Speech Settings Control?
so cool and indeed very usefull.this going to be fun.
many thanks.
i also ad cepstral as default pc voice.is the pic correct? post #15
i try one line.it does not work.i added =.he also say something before,
the actully line he must say.cant understand it.
If you want to see that this really works, use the code I made on #7 and make modifications on that. But I encourage you to follow Justin's advice, stop the video where you can see my code, and make sure you write it exactly the same. But don't use the first $VoiceStart variable.
ah i made a screenchotfrom the wrong timing then.when i understand what you are saying in the first lines.i can make voices in swiftalker (cepstral )
and use that wiht the $voicestart.
thanks
i put some motion in there too.
i sold 30 robots allreddy.i sell them so more ez robots come in the world.
here in belgium is not much.
you learn me a few things,btw
sayWAIT=sound comming out pc speakers
sayEZBWAIT=sound comming out ezbv4
pitch=low or high
rate=speed
I'm not sure who created the tutorial but I noticed on the SSML tutorial page that the code window has errors in it. The tag mentioned in the comment is not there and there's no SSML tags within the strings. Just thought I'd point it out so that the code actually works if someone decides to try it out
Very nice to see this being turned into an actual tutorial though!
This works in EZB scripts, all you need
ControlCommand("Speech Settings", "SetVoiceRate", "slow")
saywait("I am speaking slow")
ControlCommand("Speech Settings", "SetVoiceRate", "Fast")
saywait("Now i am speaking fast")
#Too fast to hear
#ControlCommand("Speech Settings", "SetVoiceRate", "ExtraFast")
#saywait("Now i am speaking extrafast")
ControlCommand("Speech Settings", "SetVoiceRate", "ExtraSlow")
saywait("Now i am speaking super slow")
EzAng