Exemplo n.º 1
0
 private static void StopListenCallback()
 {
     SpeechLogging.SetConsoleListen(false);
 }
Exemplo n.º 2
0
 private static void StartListenCallback()
 {
     SpeechLogging.SetConsoleListen(true);
 }