Beispiel #1
0
        public static Thread OutputThread = new Thread(new ParameterizedThreadStart(VoiceOutput));         // Thread for Voice Output


        /***************  Threads end here  ******************/

        /********  Functions to be run in threads  ***********/

        public static void VoiceInput()
        {
            Speak_Listen.Listen();
        }
 private void OnContentLoaded(object sender, EventArgs e)
 {
     Speak_Listen.Speak("Hi I am your blind assistant!");
     Speak_Listen.Listen();
 }