Exemplo n.º 1
0
 public void startDetecting()
 {
     //start the timer
     timer.Start();
     FrameworkDispatcher.Update();
     // Start micrecorder
     micRecorder.Start(Algorithm);
 }