tts_pitch

Indicates the pitch level of spoken text.

Possible Values

Any number from 1-100, with 50 being the default (and normal pitch). Values below 50 are lower-pitched; values above 50 are higher-pitched.

Example

Script( Pitch_Values )
Number( nValue )
Activate( From_Menu )
nValue = Speech_Get_Setting( "tts_pitch" )
Message( String_Combine( "Initial pitch is ",
Number_To_String_Decimal( nValue ) ), 5 )
Speech_From_Text( "This is the initial pitch.", TRUE )
Speech_Change_Setting( "tts_pitch", 10 )
Speech_From_Text( "This is a low pitch.", TRUE )
Speech_Change_Setting( "tts_pitch", 100 )
Speech_From_Text( "This is a high pitch.", TRUE )
Speech_Change_Setting( "tts_pitch", nValue )
Return
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