C# Class AppTextToSpeech.TextToSpeechClient

The text to speech application
Inheritance: Mycroft.App.Client
Datei anzeigen Open project: rit-sse-mycroft/app-text-to-speech Class Usage Examples

Public Methods

Method Description
TextToSpeechClient ( string manifest ) : Mycroft.App

The constructor for the TextToSpeechClient

Protected Methods

Method Description
AppDependency ( dynamic message ) : void

Handler for APP_DEPENDENCY

AppManifestOk ( dynamic message ) : void

Handler for APP_MANIFEST_OK

Listen ( dynamic data ) : void

Makes a connection with speakers app to play audio

MsgQuery ( dynamic message ) : void

Handler for MSG_QUERY

Method Details

AppDependency() protected method

Handler for APP_DEPENDENCY
protected AppDependency ( dynamic message ) : void
message dynamic The message received
return void

AppManifestOk() protected method

Handler for APP_MANIFEST_OK
protected AppManifestOk ( dynamic message ) : void
message dynamic the message received
return void

Listen() protected method

Makes a connection with speakers app to play audio
protected Listen ( dynamic data ) : void
data dynamic the speaker and prompt
return void

MsgQuery() protected method

Handler for MSG_QUERY
protected MsgQuery ( dynamic message ) : void
message dynamic The message received
return void

TextToSpeechClient() public method

The constructor for the TextToSpeechClient
public TextToSpeechClient ( string manifest ) : Mycroft.App
manifest string The path to app manifest
return Mycroft.App