ufg.processing
Class SpeechSynthesizer

java.lang.Object
  extended by ufg.processing.SpeechSynthesizer

public class SpeechSynthesizer
extends java.lang.Object


Constructor Summary
SpeechSynthesizer()
           
SpeechSynthesizer(java.lang.String name)
           
 
Method Summary
 void setPitch(float pitch)
           
 void setSpeed(float speed)
           
 void setVoice(java.lang.String name)
           
 void setVolume(float volume)
           
 void speak(java.lang.String text)
           
 boolean speakMarkup(java.lang.String text)
           
 void stopSpeaking()
           
 void waitUntilFinished()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpeechSynthesizer

public SpeechSynthesizer(java.lang.String name)

SpeechSynthesizer

public SpeechSynthesizer()
Method Detail

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()