internal void ReadyToSpeak_Handler(object sender, LoadGrammarCompletedEventArgs e) { _Talk.SayReady(); AerDebug.Log("Initialization Complete."); }
/// <summary> /// An ugly mess. This is used by AerInput spaghetti code to notify the user when the grammar is loaded. /// </summary> /// <param name="sender"></param> /// <param name="e"></param> public void GrammarLoaded_Handler(object sender, LoadGrammarCompletedEventArgs e) { _Talk.SayReady(); AerDebug.Log("Initialization Complete."); }