Class:Speech
From Torque Wiki
⧼monobook-jumptonavigation⧽⧼monobook-jumptosearch⧽
Speech
Utility methods for dealing with talking to the user
Methods
/**
* Starts the TTS system and 'speaks' to the user
*
* @param text The text to speak to the user
*/
public static final void speak(String text);