tts_waitfactor

Indicates the length of the pause between messages.

Possible Values

0 milliseconds (ms)
200 ms
400 ms
600 ms
800 ms
1000 ms
1200 ms
1400 ms
1600 ms
1800 ms

Example

Script( Speech_From_Text_WaitFactor )
String( strDescription )
String( strSetting )
String( strMessage )
Number( nWaitFactor )
Activate( From_Menu )
If_Not( Speech_From_Text_Available )
Message( "Speech From Text Not Available", 3 )
Return
End_If
strSetting = "tts_waitfactor"
nWaitFactor = Speech_Get_Setting( strSetting )
strDescription = Speech_Get_Setting_Value_Desc( strSetting, nWaitFactor )
strMessage = String_Combine( "Wait-factor:", strDescription )
strMessage = String_Combine( strMessage, ";milliseconds; setting value:" )
strMessage = String_Combine( strMessage, Number_To_String_Decimal( nWaitFactor ) )
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