tts_readmode

Indicates how text should be separated.

Possible Values

Sentence The vocalizer will pronounce the words with attention to punctuation.
Character The vocalizer will pronounce each character.
Word The vocalizer will pronounce each word.
Character_Case The vocalizer will say "capital" before each upper-case letter is pronounced.

Example

Script(Speech_From_Text_ReadMode)
String(strDescription)
String(strSetting)
String(strMessage)
Number(nReadMode)
Activate(From_Menu)
If_Not(Speech_From_Text_Available)
Message("Speech From Text Not Available", 3)
Return
End_If
strSetting = "tts_readmode"
nReadMode = Speech_Get_Setting(strSetting)
strDescription = Speech_Get_Setting_Value_Desc(strSetting, nReadMode)
strMessage = String_Combine("Read-mode:", strDescription)
strMessage = String_Combine(strMessage, "; setting value:")
strMessage = String_Combine(strMessage, Number_To_String_Decimal(nReadMode))
Speech_From_Text(strMessage, FALSE)
Return

See Also

Speech_Get_Setting, Speech_Get_Setting_Value_Desc, Speech_Get_Setting_Max, Speech_Find_Setting_Value, Speech_To_Text, Speech_From_Text, Speech_Setting_Available, Speech_Change_Setting

 


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other

Privacy and Legal