C# 클래스 IntegratedAuthoringToolWF.TTSEngines.TextToSpeechEngine

파일 보기 프로젝트 열기: GAIPS-INESC-ID/FAtiMA-Toolkit 1 사용 예제들

공개 메소드들

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

보호된 메소드들

메소드 설명
BuildTTS ( IVoice voice, string text, double rate, int pitch ) : BakedTTS

메소드 상세

BakeTTS() 공개 메소드

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

BuildPlayer() 공개 메소드

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

BuildTTS() 보호된 추상적인 메소드

protected abstract BuildTTS ( IVoice voice, string text, double rate, int pitch ) : BakedTTS
voice IVoice
text string
rate double
pitch int
리턴 BakedTTS

GetAvailableVoices() 공개 추상적인 메소드

public abstract GetAvailableVoices ( ) : IEnumerable
리턴 IEnumerable