Speed Property

Description

Returns a Long integer that specifies the speed of the character's speech output.

Syntax

agent.Characters ("CharacterID").Speed

Remarks

This property returns the current speaking output speed setting for the character. For characters using TTS output, the property returns the actual TTS output for the character. If TTS is not enabled or the character does not support TTS output, the setting reflects the user setting for output speed.

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

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