See: Description
| Class | Description |
|---|---|
| TextEngineCentral |
Supports the JSAPI 1.0
EngineCentral interface for a
synthesizer that sends text to standard out. |
| TextSynthesizer |
Supports a simple text-output-only JSAPI 1.0
Synthesizer. |
| TextSynthesizerModeDesc |
Describes the
TextSynthesizer. |
| TextSynthesizerQueueItem |
Represents an object on the speech output queue of a
TextSynthesizer. |
Provides a sample text-output-only Synthesizer support that doesn't make any noise. Instead of sending output to a speaker in spoken form, it sends text to the standard output in a form that should be useful for debugging purposes.
To include this in the list of speech synthesizers, add the following
line to your speech.properties file:
TextSynthEngineCentral = com.sun.speech.engine.synthesis.text.TextEngineCentral