Method | Description | |
---|---|---|
ReloadConfiguration ( ) : void | ||
Say ( |
||
ShutUp ( ) : void | ||
Speak ( string speech, string voice, int echoDelay, int distortionLevel, int chorusLevel, int reverbLevel, int compressLevel, bool wait = true, int priority = 3 ) : void |
Method | Description | |
---|---|---|
GetSoundOut ( ) : ISoundOut | ||
SpeechService ( ) : CSCore | ||
StartSpeech ( ISoundOut soundout, int priority ) : void | ||
StopCurrentSpeech ( ) : void | ||
WaitForCurrentSpeech ( ) : void | ||
bestGuessCulture ( SpeechSynthesizer synth ) : string | ||
chorusLevelForShip ( |
||
distortionLevelForShip ( |
||
echoDelayForShip ( |
||
reverbLevelForShip ( |
||
synth_StateChanged ( object sender, StateChangedEventArgs e ) : void |
public Say ( |
||
ship | ||
speech | string | |
wait | bool | |
priority | int | |
return | void |
public Speak ( string speech, string voice, int echoDelay, int distortionLevel, int chorusLevel, int reverbLevel, int compressLevel, bool wait = true, int priority = 3 ) : void | ||
speech | string | |
voice | string | |
echoDelay | int | |
distortionLevel | int | |
chorusLevel | int | |
reverbLevel | int | |
compressLevel | int | |
wait | bool | |
priority | int | |
return | void |