Enum SpeakStyle
A speak style is a category that speaking sounds can apply to. Each speak style contains a variety of sound effects that can be received using GetRandomSpeakSound(VoiceStyle, SpeakStyle, List<SoundEffect>, TimeSpan?) or played for a person using Speak(SpeakStyle, float, float). Note that these categories are rather vague, and that speech, in general, is not supposed to be immediately decypherable based on the speaking style used. As such, speak styles are just a very rough guidance for the sounds played.
[Flags]
public enum SpeakStyle
- Extension Methods
Fields
Affirmative = 1Angry = 2Annoyed = 4Bored = 8Childish = 16Confident = 32Confused = 64Disagreeing = 256Excited = 512Happy = 1024Neutral = 4096Questioning = 8192Sad = 16384Scared = 32768Shocked = 65536Thinking = 131072