Pitch Property

Description

Returns a Long integer for the specified character's current speech output (TTS) pitch setting.

Syntax

agent.Characters ("CharacterID").Pitch

Remarks

This property applies only to characters configured for TTS output. If the speech synthesis (TTS) engine is not enabled or installed, or the character does not support TTS output, this property returns zero (0).

Although your application cannot write this value, you can include Pit (pitch) tags in your output text that will temporarily increase the pitch for a particular utterance. For further information, see Speech Output Tags.

--------------------------------------------------------