Ejemplo n.º 1
0
 public IEnumerator TTS(string text)
 {
     voiceController.TTS(text, 0.4f);
     return(null);
 }