Crosstales.RTVoice.Model.Sequence Class Reference

Model for a sequence. More...

Public Member Functions

override string ToString ()
 
override bool Equals (object obj)
 
override int GetHashCode ()
 

Properties

string Text [get, set]
 Text to speak. More...
 
VoiceAlias Voices [get, set]
 Voices for the speech. More...
 
Crosstales.RTVoice.Model.Enum.SpeakMode Mode [get, set]
 Speak mode. More...
 
AudioSource Source [get, set]
 AudioSource for the output. More...
 
float Rate [get, set]
 Speech rate of the speaker in percent (1 = 100%, range: 0.01-3). More...
 
float Pitch [get, set]
 Speech pitch of the speaker in percent (1 = 100%, range: 0-2). More...
 
float Volume [get, set]
 Volume of the speaker in percent (1 = 100%, range: 0-1). More...
 
bool Initialized [get, set]
 

Detailed Description

Model for a sequence.

Property Documentation

◆ Mode

Crosstales.RTVoice.Model.Enum.SpeakMode Crosstales.RTVoice.Model.Sequence.Mode
getset

Speak mode.

◆ Pitch

float Crosstales.RTVoice.Model.Sequence.Pitch
getset

Speech pitch of the speaker in percent (1 = 100%, range: 0-2).

◆ Rate

float Crosstales.RTVoice.Model.Sequence.Rate
getset

Speech rate of the speaker in percent (1 = 100%, range: 0.01-3).

◆ Source

AudioSource Crosstales.RTVoice.Model.Sequence.Source
getset

AudioSource for the output.

◆ Text

string Crosstales.RTVoice.Model.Sequence.Text
getset

Text to speak.

◆ Voices

VoiceAlias Crosstales.RTVoice.Model.Sequence.Voices
getset

Voices for the speech.

◆ Volume

float Crosstales.RTVoice.Model.Sequence.Volume
getset

Volume of the speaker in percent (1 = 100%, range: 0-1).


The documentation for this class was generated from the following file:
  • C:/Users/slaub/Unity/assets/RTVoice/RTVoicePro/Assets/Plugins/crosstales/RTVoice/Scripts/Model/Sequence.cs