C# 클래스 Cradiator.Audio.AudioPlayer

상속: IAudioPlayer, IConfigObserver
파일 보기 프로젝트 열기: PandaWood/Cradiator 1 사용 예제들

공개 메소드들

메소드 설명
AudioPlayer ( string path ) : System

this is for testing only, TODO reconsider

Play ( string soundFileName ) : void
Say ( PromptBuilder promptBuilder ) : void

비공개 메소드들

메소드 설명
AudioPlayer ( ISpeechSynthesizer speechSynth, IConfigSettings configSettings, Cradiator.Audio.VoiceSelector voiceSelector, IAppLocation appLocation ) : System
IConfigObserver ( ConfigSettings newSettings ) : void

메소드 상세

AudioPlayer() 공개 메소드

this is for testing only, TODO reconsider
public AudioPlayer ( string path ) : System
path string
리턴 System

Play() 공개 메소드

public Play ( string soundFileName ) : void
soundFileName string
리턴 void

Say() 공개 메소드

public Say ( PromptBuilder promptBuilder ) : void
promptBuilder PromptBuilder
리턴 void