Exemplo n.º 1
0
 private void StartListening()
 {
     Log.Debug("ExampleTextToSpeech", "start-listening");
     service.Voice   = allisionVoice;
     service.OnError = OnError;
     service.StartListening(OnSynthesize);
 }
Exemplo n.º 2
0
 private void StartListening()
 {
     Log.Debug("ExampleTextToSpeech", "start-listening");
     service.Voice   = "en-US_MichaelV3Voice";
     service.OnError = OnError;
     service.StartListening(OnSynthesize);
 }