ufg.processing
Class SpeechSynthesizer
java.lang.Object
ufg.processing.SpeechSynthesizer
public class SpeechSynthesizer
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpeechSynthesizer
public SpeechSynthesizer(java.lang.String name)
SpeechSynthesizer
public SpeechSynthesizer()
setVoice
public void setVoice(java.lang.String name)
setPitch
public void setPitch(float pitch)
setVolume
public void setVolume(float volume)
setSpeed
public void setSpeed(float speed)
stopSpeaking
public void stopSpeaking()
speak
public void speak(java.lang.String text)
speakMarkup
public boolean speakMarkup(java.lang.String text)
waitUntilFinished
public void waitUntilFinished()