C# Class IntegratedAuthoringToolWF.TTSEngines.TextToSpeechEngine.BaseVoice

Inheritance: IVoice
ファイルを表示 Open project: GAIPS-INESC-ID/FAtiMA-Toolkit

Public Methods

Method Description
BakeTTS ( string text, double rate, int pitch ) : BakedTTS
BuildPlayer ( string text, double rate, int pitch ) : VoicePlayer

Protected Methods

Method Description
BaseVoice ( TextToSpeechEngine parentEngine ) : System

Method Details

BakeTTS() public method

public BakeTTS ( string text, double rate, int pitch ) : BakedTTS
text string
rate double
pitch int
return BakedTTS

BaseVoice() protected method

protected BaseVoice ( TextToSpeechEngine parentEngine ) : System
parentEngine TextToSpeechEngine
return System

BuildPlayer() public method

public BuildPlayer ( string text, double rate, int pitch ) : VoicePlayer
text string
rate double
pitch int
return VoicePlayer