C# Class Gablarski.SpeechNotifier.EventSpeech

Inheritance: ITextToSpeech
Exibir arquivo Open project: ermau/Gablarski

Public Methods

Method Description
Dispose ( ) : void
EventSpeech ( ) : System
GetSpeech ( string say ) : byte[]
SayAsync ( string say ) : System.Threading.Tasks.Task
ToString ( ) : string

Private Methods

Method Description
GetWaveEncodingFormat ( EncodingFormat encoding ) : WaveFormatEncoding

Method Details

Dispose() public method

public Dispose ( ) : void
return void

EventSpeech() public method

public EventSpeech ( ) : System
return System

GetSpeech() public method

public GetSpeech ( string say ) : byte[]
say string
return byte[]

SayAsync() public method

public SayAsync ( string say ) : System.Threading.Tasks.Task
say string
return System.Threading.Tasks.Task

ToString() public method

public ToString ( ) : string
return string