Public Member Functions | |
SpeechSynthesizer (String name) | |
void | destroy () |
void | synthesize (String message) |
void | stopSynthesizing () |
Private Attributes | |
Synthesizer | mSynthesizer = null |
Definition at line 50 of file SpeechSynthesizer.java.
|
Constructs and initializes the speech synthesizer.
Definition at line 56 of file SpeechSynthesizer.java. References voce.SpeechSynthesizer.mSynthesizer, and voce.SpeechSynthesizer.synthesize(). |
|
Deallocates voice synthesizer.
Definition at line 108 of file SpeechSynthesizer.java. References voce.SpeechSynthesizer.mSynthesizer. Referenced by voce.SpeechInterface.destroy(). |
|
Stops synthesizing the current message and removes all pending messages from the queue. Definition at line 134 of file SpeechSynthesizer.java. References voce.SpeechSynthesizer.mSynthesizer. Referenced by voce.SpeechInterface.stopSynthesizing(). |
|
Adds a message to the synthesizer's queue and synthesize it as soon as it reaches the front of the queue. Definition at line 124 of file SpeechSynthesizer.java. References voce.SpeechSynthesizer.mSynthesizer. Referenced by voce.SpeechSynthesizer.SpeechSynthesizer(), and voce.SpeechInterface.synthesize(). |
|
The speech Synthesizer instance.
Definition at line 53 of file SpeechSynthesizer.java. Referenced by voce.SpeechSynthesizer.destroy(), voce.SpeechSynthesizer.SpeechSynthesizer(), voce.SpeechSynthesizer.stopSynthesizing(), and voce.SpeechSynthesizer.synthesize(). |