i am using nuance dragon mobile sdk for iPhone, for using text to speech.
The readed text is a little bit to fast and i want to make it slower, so the user can learn the words. My aim is to slow down the text a bit. That works very fine with SSML and prosody tag, see this code:
<prosody rate="slow">This is the text which is spoken slow,
but the voice sounds distorted/warped/ghastly</prosody>
The voice sounds distorted, warped and ghastly.
Do you understand what i mean?
What can i do to get a clear voice but slow speaked text?