Package com.sun.speech.engine.synthesis.text
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
-
Class Summary Class Description TextEngineCentral Supports the JSAPI 1.0EngineCentral
interface for a synthesizer that sends text to standard out.TextSynthesizer Supports a simple text-output-only JSAPI 1.0Synthesizer
.TextSynthesizerModeDesc Describes theTextSynthesizer
.TextSynthesizerQueueItem Represents an object on the speech output queue of aTextSynthesizer
.