C# 클래스 IntegratedAuthoringToolWF.TTSEngines.TextToSpeechEngine.BaseVoice

상속: IVoice
파일 보기 프로젝트 열기: GAIPS-INESC-ID/FAtiMA-Toolkit

공개 메소드들

메소드 설명
BakeTTS ( string text, double rate, int pitch ) : BakedTTS
BuildPlayer ( string text, double rate, int pitch ) : VoicePlayer

보호된 메소드들

메소드 설명
BaseVoice ( TextToSpeechEngine parentEngine ) : System

메소드 상세

BakeTTS() 공개 메소드

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

BaseVoice() 보호된 메소드

protected BaseVoice ( TextToSpeechEngine parentEngine ) : System
parentEngine TextToSpeechEngine
리턴 System

BuildPlayer() 공개 메소드

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