How to slow down text to Speech with SSML - voice sounds distorted/warped/ghastly

 ̄綄美尐妖づ 提交于 2020-01-06 15:40:16

问题


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?


回答1:


taken from here: http://www.w3.org/TR/speech-synthesis/#S3.2.4

rate: a change in the speaking rate for the contained text. Legal values are: 
a relative change or "x-slow", "slow", "medium", "fast", "x-fast", or "default". 
Labels "x-slow" through "x-fast" represent a sequence of monotonically non-decreasing
speaking rates. When a number is used to specify a relative change it acts as a 
multiplier of the default rate. For example, a value of 1 means no change in speaking 
rate, a value of 2 means a speaking rate twice the default rate, and a value of 0.5 
means a speaking rate of half the default rate. The default rate for a voice depends on 
the language and dialect and on the personality of the voice. The default rate for a 
voice should be such that it is experienced as a normal speaking rate for the voice when 
reading aloud text. Since voices are processor-specific, the default rate will be as 
well.


来源:https://stackoverflow.com/questions/10297963/how-to-slow-down-text-to-speech-with-ssml-voice-sounds-distorted-warped-ghastl

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!