C# Class EESpeak.MainForm

Show file Open project: zarthcode/EESpeak

Public Methods

Method Description
MainForm ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
CreateGrammar ( ) : Grammar

Creates a grammar for all the recognized commands and values.

GetDigit ( string color ) : int
GetTolerance ( string color ) : string
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

InitializeRecognition ( ) : void
InitializeSynthesis ( ) : void
Matches ( string command, string phrases ) : bool
ParseBands ( string unit, string first, string second, string third, string fourth, string fifth = "none" ) : string[]
ParseEIA ( string unit, int firstdigit, int seconddigit, string letter, int decade = 96 ) : string[]
aboutEESpeakToolStripMenuItem_Click ( object sender, EventArgs e ) : void
eESpeakHomepageToolStripMenuItem_Click ( object sender, EventArgs e ) : void
exitToolStripMenuItem_Click ( object sender, EventArgs e ) : void
speechRecognizer_SpeechDetected ( object sender, SpeechDetectedEventArgs e ) : void
speechRecognizer_SpeechRecognitionRejected ( object sender, SpeechRecognitionRejectedEventArgs e ) : void
speechRecognizer_SpeechRecognized ( object sender, SpeechRecognizedEventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

MainForm() public method

public MainForm ( ) : System
return System