Package com.sun.speech.engine.synthesis.text


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
  • Classes
    Class
    Description
    Supports the JSAPI 1.0 EngineCentral interface for a synthesizer that sends text to standard out.
    Supports a simple text-output-only JSAPI 1.0 Synthesizer.
    Describes the TextSynthesizer.
    Represents an object on the speech output queue of a TextSynthesizer.