C# 클래스 IntegratedAuthoringToolWF.TTSEngines.VoicePlayer

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

공개 메소드들

메소드 설명
Play ( System.Action onFinished = null, Action onVisemeHit = null ) : void
Stop ( ) : void
VoicePlayer ( BakedTTS tts ) : System

비공개 메소드들

메소드 설명
PlayAsync ( System.Action onFinished, Action onVisemeHit, CancellationToken token ) : Task

메소드 상세

Play() 공개 메소드

public Play ( System.Action onFinished = null, Action onVisemeHit = null ) : void
onFinished System.Action
onVisemeHit Action
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

VoicePlayer() 공개 메소드

public VoicePlayer ( BakedTTS tts ) : System
tts BakedTTS
리턴 System