|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.wcb.plugins.speech.SpeakPlugin
The Speak plugin sort of determines that it is available to the system and if that is the case it will go ahead and allow speach to take place. When the program sends a command to the x10 module through the x10 interface certain words in the text will be anounceated such as ON A 1. This is more or less a verbal que.
Constructor Summary | |
SpeakPlugin()
|
Method Summary | |
void |
createSynthesizer()
Creates a freeTTS synthesizer speech engine without the use of properties files. |
void |
createSynthesizers()
Creates a FreeTTS synthesizer. |
boolean |
load()
Deprecated. |
void |
play(java.lang.String text)
Performs text-to-speech on the given text. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SpeakPlugin()
Method Detail |
public void createSynthesizers()
public void createSynthesizer()
public void play(java.lang.String text)
text
- the text to perform TTSpublic boolean load()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |