Package com.sun.speech.engine.synthesis
package com.sun.speech.engine.synthesis
Provides a JSML 0.6 parser as well as a partial and unsupported support of interfaces in the javax.speech.synthesis package for JSAPI 1.0. Note this is not a complete implementation of a speech engine. It merely provides skeletal support for speech engines and it meant to be an example for speech engine developers wishing to support JSAPI 1.0.
-
ClassesClassDescriptionSupports the JSAPI 1.0
Synthesizer
interface that performs the core non-engine-specific functions.Supports the JSAPI 1.0SynthesizerProperties
interface.Extends the JSAPI 1.0SynthesizerQueueItem
with handling for JSML, generation of engine-specific text, and other features.Extends the JSAPI 1.0Voice
class to encapsulate engine-specific data.Parses a JSML 0.6 document and returns a DOM.Simple GUI that monitors events and state changes of anSynthesizer
.GUI that displays a list ofSynthesizer
names in a dialog box.Maintains a list of JSAPI 1.0Voices
.