Ejemplo n.º 1
0
 public void Speak(
     QueuedSpeech utterance,
     string filename)
 {
     synth.Speak(utterance, filename);
 }
Ejemplo n.º 2
0
 public void Speak(
     RadegastSpeech.Talk.QueuedSpeech utterance,
     string filename)
 {
     synth.Speak(utterance, filename);
 }