Exemple #1
0
 //checks if speaking
 public bool IsSpeaking()
 {
     return(textToSpeechPlugin.IsSpeaking());
 }