C# Class VoiceCommandEngine, Baka-MPlayer-old

Inheritance: IDisposable
Show file Open project: godly-devotion/Baka-MPlayer-old Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
StartListening ( ) : void
StopListening ( ) : void
VoiceCommandEngine ( string callName ) : System
engine_AudioLevelUpdated ( object sender, AudioLevelUpdatedEventArgs e ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void
OnAudioLevelUpdated ( VoiceCommandEvents e ) : void
OnSpeechRecognized ( VoiceCommandEvents e ) : void

Private Methods

Method Description
PlayRecognizedCommandSound ( ) : void
recognizer_SpeechRecognized ( object sender, SpeechRecognizedEventArgs e ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

OnAudioLevelUpdated() protected method

protected OnAudioLevelUpdated ( VoiceCommandEvents e ) : void
e VoiceCommandEvents
return void

OnSpeechRecognized() protected method

protected OnSpeechRecognized ( VoiceCommandEvents e ) : void
e VoiceCommandEvents
return void

StartListening() public method

public StartListening ( ) : void
return void

StopListening() public method

public StopListening ( ) : void
return void

VoiceCommandEngine() public method

public VoiceCommandEngine ( string callName ) : System
callName string
return System

engine_AudioLevelUpdated() public method

public engine_AudioLevelUpdated ( object sender, AudioLevelUpdatedEventArgs e ) : void
sender object
e AudioLevelUpdatedEventArgs
return void