Exemplo n.º 1
0
 public void SpeechStart(PluginControl pc, string[] beeps)
 {
     synth = new MacSynth(pc, beeps);
     if (OnRecognition != null)
     {
     }
 }