A B C D E F G H I J K L M N O P Q R S T U V W Y

A

Age - class com.sun.speech.freetts.Age.
Provides an enumeration of Age, following JSAPI style.
AudioOutput - class com.sun.speech.freetts.relp.AudioOutput.
Supports generating audio output from an utterance.
AudioOutput() - Constructor for class com.sun.speech.freetts.relp.AudioOutput
 
AudioPlayer - interface com.sun.speech.freetts.audio.AudioPlayer.
Provides an interface to the audio system for use by freetts.
accentCart - Variable in class com.sun.speech.freetts.cart.Intonator
The accent CART used for this Intonation UtteranceProcessor.
accept(String) - Method in class com.sun.speech.freetts.en.us.PronounceableFSM
Checks to see if this finite state machine accepts the given input string.
addAddendum(String, String, String[]) - Method in interface com.sun.speech.freetts.lexicon.Lexicon
Adds a word to the addenda.
addAddendum(String, String, String[]) - Method in class com.sun.speech.freetts.lexicon.LexiconImpl
Adds a word to the addenda.
addAudioListener(AudioListener) - Method in class com.sun.speech.engine.BaseAudioManager
Requests notification of AudioEvents from the AudioManager.
addBreak() - Method in class com.sun.speech.freetts.en.us.WordRelation
Adds a break as a feature to the last item in the list.
addDaughter(Item) - Method in class com.sun.speech.freetts.Item
Adds the given item as a daughter to this item.
addEngineListener(EngineListener) - Method in class com.sun.speech.engine.BaseEngine
Requests notification of EngineEvents from this Engine.
addFeatureProcessor(String, FeatureProcessor) - Method in class com.sun.speech.freetts.Voice
Adds a language/voice specific Feature Processor to the set of FeatureProcessors supported by this voice.
addItemRelation(String, Item) - Method in class com.sun.speech.freetts.ItemContents
Adds the given item to the set of relations.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.sun.speech.engine.BaseEngineProperties
Adds a PropertyChangeListener to the listener list.
addSpeakableListener(SpeakableListener) - Method in class com.sun.speech.engine.synthesis.BaseSynthesizer
Adds a SpeakableListener to this Synthesizer.
addText(String) - Method in class com.sun.speech.engine.EngineEventPanel
Appends text to the text area and scrolls the text area so the new text is visible.
addVoice(BaseVoice) - Method in class com.sun.speech.engine.synthesis.VoiceList
Adds a voice to the list.
addWord(String) - Method in class com.sun.speech.freetts.en.us.WordRelation
Adds a word as an Item to this WordRelation object.
allocate() - Method in class com.sun.speech.engine.BaseEngine
Allocates the resources required for this Engine and puts it into the ALLOCATED state.
allocate() - Method in class com.sun.speech.freetts.Voice
Allocate this Voice.
allocatedLabel - Variable in class com.sun.speech.engine.EngineMonitor
The label containing the string "allocated".
allocatingResourcesLabel - Variable in class com.sun.speech.engine.EngineMonitor
The label containing the string "allocating resources".
appendBuffer(StringBuffer, String) - Method in class com.sun.speech.engine.EngineMonitor
Adds a String to a buffer, with each String being separated by a ":".
appendItem(Item) - Method in class com.sun.speech.freetts.Item
Appends an item in this list after this item.
appendItem() - Method in class com.sun.speech.freetts.Relation
Adds a new item to this relation.
appendItem(Item) - Method in class com.sun.speech.freetts.Relation
Adds a new item to this relation.
appendQueue(BaseSynthesizerQueueItem) - Method in class com.sun.speech.engine.synthesis.BaseSynthesizer
Puts an item on the speaking queue and sends a queue updated event.
appendQueue(TextSynthesizerQueueItem) - Method in class com.sun.speech.engine.synthesis.text.TextSynthesizer.OutputHandler
Adds an item to be spoken to the output queue.
appendQueue(BaseSynthesizerQueueItem) - Method in class com.sun.speech.engine.synthesis.text.TextSynthesizer
Puts an item on the speaking queue and sends a queue updated event.
appendQueue(BaseSynthesizerQueueItem) - Method in class com.sun.speech.freetts.jsapi.FreeTTSSynthesizer
Places an item on the speaking queue and send the queue update event.
audioManager - Variable in class com.sun.speech.engine.BaseEngine
The AudioManager for this Engine.
awtRunning - Static variable in class com.sun.speech.engine.SpeechEventUtilities
If true, the AWT EventQueue has been set up in the VM.

B

BREAK - Static variable in class com.sun.speech.engine.synthesis.text.TextSynthesizerQueueItem
 
BREAK_ATTRIBUTES - Static variable in class com.sun.speech.engine.synthesis.text.TextSynthesizerQueueItem
 
BaseAudioManager - class com.sun.speech.engine.BaseAudioManager.
Supports the JSAPI 1.0 AudioManager interface.
BaseAudioManager() - Constructor for class com.sun.speech.engine.BaseAudioManager
Class constructor.
BaseEngine - class com.sun.speech.engine.BaseEngine.
Supports the JSAPI 1.0 Engine interface.
BaseEngine() - Constructor for class com.sun.speech.engine.BaseEngine
Creates a new Engine in the DEALLOCATED state.
BaseEngine(EngineModeDesc) - Constructor for class com.sun.speech.engine.BaseEngine
Creates a new Engine in the DEALLOCATED state.
BaseEngineProperties - class com.sun.speech.engine.BaseEngineProperties.
Supports the JSAPI 1.0 EngineProperties interface.
BaseEngineProperties() - Constructor for class com.sun.speech.engine.BaseEngineProperties
Class constructor.
BaseSynthesizer - class com.sun.speech.engine.synthesis.BaseSynthesizer.
Supports the JSAPI 1.0 Synthesizer interface that performs the core non-engine-specific functions.
BaseSynthesizer(SynthesizerModeDesc) - Constructor for class com.sun.speech.engine.synthesis.BaseSynthesizer
Creates a new Synthesizer in the DEALLOCATED state.
BaseSynthesizerProperties - class com.sun.speech.engine.synthesis.BaseSynthesizerProperties.
Supports the JSAPI 1.0 SynthesizerProperties interface.
BaseSynthesizerProperties() - Constructor for class com.sun.speech.engine.synthesis.BaseSynthesizerProperties
Class constructor.
BaseSynthesizerProperties(Voice, float, float, float, float) - Constructor for class com.sun.speech.engine.synthesis.BaseSynthesizerProperties
Creates a new BaseSynthesizerProperties with the given default values.
BaseSynthesizerQueueItem - class com.sun.speech.engine.synthesis.BaseSynthesizerQueueItem.
Extends the JSAPI 1.0 SynthesizerQueueItem with handling for JSML, generation of engine-specific text, and other features.
BaseSynthesizerQueueItem() - Constructor for class com.sun.speech.engine.synthesis.BaseSynthesizerQueueItem
Class constructor.
BaseVoice - class com.sun.speech.engine.synthesis.BaseVoice.
Extends the JSAPI 1.0 Voice class to encapsulate engine-specific data.
BaseVoice(String, String, int, int, String, float, float, float, float) - Constructor for class com.sun.speech.engine.synthesis.BaseVoice
Class constructor.
BulkTimer - class com.sun.speech.freetts.util.BulkTimer.
Provides a suite of timers that are used to collect and generate performance metrics for FreeTTS.
BulkTimer() - Constructor for class com.sun.speech.freetts.util.BulkTimer
Creates a bulk timer.
begin(int) - Method in interface com.sun.speech.freetts.audio.AudioPlayer
Starts the output of a set of data.
begin(int) - Method in class com.sun.speech.freetts.audio.JavaClipAudioPlayer
Starts the output of a set of data.
begin(int) - Method in class com.sun.speech.freetts.audio.JavaStreamingAudioPlayer
Starts the output of a set of data.
begin(int) - Method in class com.sun.speech.freetts.audio.MultiFile8BitAudioPlayer
Starts the output of a set of data.
begin(int) - Method in class com.sun.speech.freetts.audio.MultiFileAudioPlayer
Starts the output of a set of data.
begin(int) - Method in class com.sun.speech.freetts.audio.NullAudioPlayer
Starts the output of a set of data
begin(int) - Method in class com.sun.speech.freetts.audio.RawFileAudioPlayer
Starts the output of a set of data
begin(int) - Method in class com.sun.speech.freetts.audio.SingleFileAudioPlayer
Starts the output of a set of data.
bytesToShort(byte, byte) - Static method in class com.sun.speech.freetts.util.WaveUtils
Reconstructs a short from its hi and low bytes.

C

CANCEL - Static variable in class com.sun.speech.engine.synthesis.text.TextSynthesizer.OutputHandler
 
CANCEL_ALL - Static variable in class com.sun.speech.engine.synthesis.text.TextSynthesizer.OutputHandler
 
CANCEL_COMPLETE - Static variable in class com.sun.speech.engine.synthesis.text.TextSynthesizer.OutputHandler
 
CART - interface com.sun.speech.freetts.cart.CART.
Generic interface for Classification and Regression Trees (CARTs) based on the Breiman, Friedman, Olshen, and Stone document "Classification and Regression Trees."
CARTImpl - class com.sun.speech.freetts.cart.CARTImpl.
Implementation of a Classification and Regression Tree (CART) that is used more like a binary decision tree, with each node containing a decision or a final value.
CARTImpl(URL) - Constructor for class com.sun.speech.freetts.cart.CARTImpl
Creates a new CART by reading from the given URL.
CARTImpl(BufferedReader, int) - Constructor for class com.sun.speech.freetts.cart.CARTImpl
Creates a new CART by reading from the given reader.
CHILD - Static variable in class com.sun.speech.freetts.Age
Age roughly up to 12 years.
CLEAR_ALL_STATE - Static variable in class com.sun.speech.engine.BaseEngine
Utility state for clearing the engineState.
CMUArcticVoice - class com.sun.speech.freetts.en.us.CMUArcticVoice.
Experimental class that selects units for the CMU ARCTIC voices.
CMUArcticVoice(String, Gender, Age, String, Locale, String, String, CMULexicon, URL) - Constructor for class com.sun.speech.freetts.en.us.CMUArcticVoice
Creates a simple cluster unit voice for the ARCTIC voices
CMUClusterUnitVoice - class com.sun.speech.freetts.en.us.CMUClusterUnitVoice.
Defines voice that does cluster unit selection.
CMUClusterUnitVoice(String, Gender, Age, String, Locale, String, String, CMULexicon, URL) - Constructor for class com.sun.speech.freetts.en.us.CMUClusterUnitVoice
Creates a simple cluster unit voice
CMUDiphoneVoice - class com.sun.speech.freetts.en.us.CMUDiphoneVoice.
Defines an unlimited-domain diphone synthesis based voice
CMUDiphoneVoice() - Constructor for class com.sun.speech.freetts.en.us.CMUDiphoneVoice
Creates a simple voice.
CMUDiphoneVoice(String, Gender, Age, String, Locale, String, String, CMULexicon, URL) - Constructor for class com.sun.speech.freetts.en.us.CMUDiphoneVoice
Creates a simple voice
CMULexicon - class com.sun.speech.freetts.en.us.CMULexicon.
Provides a CMU lexicon-specific implementation of a Lexicon that is stored in a text file.
CMULexicon(URL, URL, URL, boolean) - Constructor for class com.sun.speech.freetts.en.us.CMULexicon
Creates a CMULexicon based upon the given compiled and addenda DBs and the given letter to sound rules
CMULexicon() - Constructor for class com.sun.speech.freetts.en.us.CMULexicon
Creates the default CMU Lexicon which is a binary lexicon
CMULexicon(String) - Constructor for class com.sun.speech.freetts.en.us.CMULexicon
Creates the CMU Lexicon which is a binary lexicon
CMULexicon(String, boolean) - Constructor for class com.sun.speech.freetts.en.us.CMULexicon
 
CMUTimeLexicon - class com.sun.speech.freetts.en.us.CMUTimeLexicon.
Provides a CMU time lexicon-specific implementation of a Lexicon.
CMUTimeLexicon() - Constructor for class com.sun.speech.freetts.en.us.CMUTimeLexicon
Creates a default CMUTimeLexicon which is a binary lexicon
CMUTimeVoice - class com.sun.speech.freetts.en.us.CMUTimeVoice.
Defines limited domain synthesis voice that specializes in telling the time.
CMUTimeVoice(String, Gender, Age, String, Locale, String, String, CMULexicon, URL) - Constructor for class com.sun.speech.freetts.en.us.CMUTimeVoice
Creates a simple cluster unit voice
CMUVoice - class com.sun.speech.freetts.en.us.CMUVoice.
Provides generic support for a CMU Voice
CMUVoice(String, Gender, Age, String, Locale, String, String, CMULexicon) - Constructor for class com.sun.speech.freetts.en.us.CMUVoice
Creates a simple voice
COMMAND_PREFIX - Static variable in class com.sun.speech.engine.synthesis.text.TextSynthesizerQueueItem
 
COMMAND_SUFFIX - Static variable in class com.sun.speech.engine.synthesis.text.TextSynthesizerQueueItem
 
CPLACE - Static variable in interface com.sun.speech.freetts.PhoneSet
Consonant cplace: l = labial, a = alveolar, p = palatal, b = labio_dental, d = dental, v = velar
CTYPE - Static variable in interface com.sun.speech.freetts.PhoneSet
Consonant type: s = stop, f = fricative, a = affricative, n = nasal, l = liquid.
CVOX - Static variable in interface com.sun.speech.freetts.PhoneSet
Consonant voicing: + = on, - = off
ClusterUnitDatabase - class com.sun.speech.freetts.clunits.ClusterUnitDatabase.
Provides support for the cluster unit database.
ClusterUnitPitchmarkGenerator - class com.sun.speech.freetts.clunits.ClusterUnitPitchmarkGenerator.
Calculates the pitchmarks.
ClusterUnitPitchmarkGenerator() - Constructor for class com.sun.speech.freetts.clunits.ClusterUnitPitchmarkGenerator
 
ClusterUnitSelector - class com.sun.speech.freetts.clunits.ClusterUnitSelector.
Generates the Unit Relation of an Utterance from the Segment Relation.
ClusterUnitSelector(URL) - Constructor for class com.sun.speech.freetts.clunits.ClusterUnitSelector
Constructs a ClusterUnitSelector.
ClusterUnitSelector(URL, ClusterUnitNamer) - Constructor for class com.sun.speech.freetts.clunits.ClusterUnitSelector
Constructs a ClusterUnitSelector.
ContourGenerator - class com.sun.speech.freetts.en.ContourGenerator.
Calculates the F0 curve for an utterance based on the Black and Hunt article "Generating F0 Contours from ToBI Labels Using Linear Regression," ICSLP96, vol.
ContourGenerator(URL, float, float) - Constructor for class com.sun.speech.freetts.en.ContourGenerator
Creates a ContourGenerator utterance processor.
cancel() - Method in class com.sun.speech.engine.synthesis.BaseSynthesizer
Cancels the item at the top of the queue.
cancel(Object) - Method in class com.sun.speech.engine.synthesis.BaseSynthesizer
Cancels a specific object on the queue.
cancel() - Method in class com.sun.speech.engine.synthesis.text.TextSynthesizer
Cancels the item at the top of the queue.
cancel(Object) - Method in class com.sun.speech.engine.synthesis.text.TextSynthesizer
Cancels a specific object on the queue.
cancel() - Method in interface com.sun.speech.freetts.audio.AudioPlayer
Cancels all queued output.
cancel() - Method in class com.sun.speech.freetts.audio.JavaClipAudioPlayer
Cancels all queued audio.
cancel() - Method in class com.sun.speech.freetts.audio.JavaStreamingAudioPlayer
Cancels currently playing audio.
cancel() - Method in class com.sun.speech.freetts.audio.MultiFile8BitAudioPlayer
Cancels currently playing audio
cancel() - Method in class com.sun.speech.freetts.audio.MultiFileAudioPlayer
Cancels currently playing audio
cancel() - Method in class com.sun.speech.freetts.audio.NullAudioPlayer
Cancels all queued output.
cancel() - Method in class com.sun.speech.freetts.audio.RawFileAudioPlayer
Cancels all queued output.
cancel() - Method in class com.sun.speech.freetts.audio.SingleFileAudioPlayer
Cancels currently playing audio
cancel() - Method in class com.sun.speech.freetts.jsapi.FreeTTSSynthesizer
Cancels the item at the top of the queue.
cancel(Object) - Method in class com.sun.speech.freetts.jsapi.FreeTTSSynthesizer
Cancels a specific object on the queue.
cancelAll() - Method in class com.sun.speech.engine.synthesis.BaseSynthesizer
Cancels all items on the output queue.
cancelAll() - Method in class com.sun.speech.engine.synthesis.text.TextSynthesizer
Cancels all items on the output queue.
cancelAll() - Method in class com.sun.speech.freetts.jsapi.FreeTTSSynthesizer
Cancels all items on the output queue.
cancelAllItems() - Method in class com.sun.speech.engine.synthesis.text.TextSynthesizer.OutputHandler
Cancels all items.
cancelItem() - Method in class com.sun.speech.engine.synthesis.text.TextSynthesizer.OutputHandler
Cancels the current item.
cancelItem(int) - Method in class com.sun.speech.engine.synthesis.text.TextSynthesizer.OutputHandler
Cancels all or just the current item.
cancelItem(Object) - Method in class com.sun.speech.engine.synthesis.text.TextSynthesizer.OutputHandler
Cancels the given item.
cancelled() - Method in class com.sun.speech.engine.synthesis.BaseSynthesizerQueueItem
indicate that this item has been cancelled
cancelled() - Method in interface com.sun.speech.freetts.FreeTTSSpeakable
Indicates that this speakable has been cancelled.
cancelled() - Method in class com.sun.speech.freetts.FreeTTSSpeakableImpl
Indicates that this speakable has been cancelled.
cart - Variable in class com.sun.speech.freetts.cart.Durator
The CART used for this duration UtteranceProcessor.
cart - Variable in class com.sun.speech.freetts.cart.Phraser
The CART used for this Phrasing UtteranceProcessor.
checkEngineState(long) - Method in class com.sun.speech.engine.BaseEngine
Convenience method that throws an EngineStateError if any of the bits in the passed state are set in the state.
clearButton - Variable in class com.sun.speech.engine.EngineEventPanel
The button for clearing the textArea.
clearText() - Method in class com.sun.speech.engine.EngineEventPanel
Clears the text in the text area.
clone() - Method in class com.sun.speech.engine.synthesis.BaseVoice
Creates a copy of this voice.
clone() - Method in class com.sun.speech.freetts.jsapi.FreeTTSVoice
Creates a copy of this BaseVoice.
close() - Method in class com.sun.speech.freetts.OutputQueue
Closes the queue.
close() - Method in interface com.sun.speech.freetts.audio.AudioPlayer
Waits for all audio playback to stop, and closes this AudioPlayer.
close() - Method in class com.sun.speech.freetts.audio.JavaClipAudioPlayer
Closes this audio player
close() - Method in class com.sun.speech.freetts.audio.JavaStreamingAudioPlayer
Closes this audio player
close() - Method in class com.sun.speech.freetts.audio.MultiFile8BitAudioPlayer
Closes this audio player
close() - Method in class com.sun.speech.freetts.audio.MultiFileAudioPlayer
Closes this audio player
close() - Method in class com.sun.speech.freetts.audio.NullAudioPlayer
Waits for all audio playback to stop, and closes this AudioPlayer.
close() - Method in class com.sun.speech.freetts.audio.RawFileAudioPlayer
Waits for all audio playback to stop, and closes this AudioPlayer.
close() - Method in class com.sun.speech.freetts.audio.SingleFileAudioPlayer
Closes this audio player
com.sun.speech.engine - package com.sun.speech.engine
Provides a partial and unsupported support for the javax.speech package for JSAPI 1.0.
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.
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.
com.sun.speech.freetts - package com.sun.speech.freetts
Top level package for FreeTTS.
com.sun.speech.freetts.audio - package com.sun.speech.freetts.audio
Provides support for generic audio output for FreeTTS.
com.sun.speech.freetts.cart - package com.sun.speech.freetts.cart
Provides interface and implementations of several Classification and Regression Trees (CART) based on the Breiman, Friedman, Olshen, and Stone document "Classification and Regression Trees."
com.sun.speech.freetts.clunits - package com.sun.speech.freetts.clunits
Support for cluster unit selection of audio data as described in the Black and Taylor document "Automatically clustering similar units for unit selection in speech synthesis", published in Proceedings of the Eurospeech 1997, Rhodes, Greece
com.sun.speech.freetts.diphone - package com.sun.speech.freetts.diphone
Support for diphones encoded using residual excited linear prediction (RELP)
com.sun.speech.freetts.en - package com.sun.speech.freetts.en
Support for English.
com.sun.speech.freetts.en.us - package com.sun.speech.freetts.en.us
Support for US English
com.sun.speech.freetts.jsapi - package com.sun.speech.freetts.jsapi
Provides a partial and unsupported support for a JSAPI 1.0 speech synthesizer for FreeTTS.
com.sun.speech.freetts.lexicon - package com.sun.speech.freetts.lexicon
Provides the definition and implementation of the Lexicon and LetterToSound interfaces
com.sun.speech.freetts.relp - package com.sun.speech.freetts.relp
Support for Residual Excited Linear Predictive (RELP) decoding of audio samples
com.sun.speech.freetts.util - package com.sun.speech.freetts.util
Provides a set of tools and utililties used by FreeTTS
command - Variable in class com.sun.speech.engine.synthesis.text.TextSynthesizer.OutputHandler
For the item at the top of the queue, the output command reflects whether item should be PAUSE, RESUME, CANCEL.
commandLock - Variable in class com.sun.speech.engine.synthesis.text.TextSynthesizer.OutputHandler
Object on which accesses to the command must synchronize.
compare(ClusterUnitDatabase) - Method in class com.sun.speech.freetts.clunits.ClusterUnitDatabase
Determines if two databases are identical.
compare(DiphoneUnitDatabase) - Method in class com.sun.speech.freetts.diphone.DiphoneUnitDatabase
Compares this database to another.
compare(LetterToSoundImpl) - Method in class com.sun.speech.freetts.lexicon.LetterToSoundImpl
Compares this LTS to another for debugging purposes.
compare(LexiconImpl) - Method in class com.sun.speech.freetts.lexicon.LexiconImpl
Tests to see if this lexicon is identical to the other for debugging purposes.
compare(Sample) - Method in class com.sun.speech.freetts.relp.Sample
Compares two samples.
compareTo(Object) - Method in class com.sun.speech.freetts.Age
Compare two ages.
compareTo(Object) - Method in class com.sun.speech.freetts.Gender
Compare two genders.
completed() - Method in class com.sun.speech.engine.synthesis.BaseSynthesizerQueueItem
indicate that this item has been completed
completed() - Method in interface com.sun.speech.freetts.FreeTTSSpeakable
Indicates that this speakable has been completed.
completed() - Method in class com.sun.speech.freetts.FreeTTSSpeakableImpl
Indicates that this speakable has been completed.
contains(String) - Method in class com.sun.speech.freetts.VoiceManager
Check if there is a voice provides with the given name.
copyResiduals(byte[], int, int) - Method in class com.sun.speech.freetts.relp.LPCResult
Copies the information in the given unit to the array of residuals, starting at the given index, up until targetSize chars.
copyResidualsPulse(byte[], int, int) - Method in class com.sun.speech.freetts.relp.LPCResult
Copies the residual puse in the given unit to the array of residuals, starting at the given index, up until targetSize chars.
createDaughter() - Method in class com.sun.speech.freetts.Item
Creates a new Item, adds it as a daughter to this item and returns the new item.
createEngine() - Method in class com.sun.speech.engine.synthesis.text.TextSynthesizerModeDesc
Constructs a text synthesizer with the properties of this mode desc.
createEngine() - Method in class com.sun.speech.freetts.jsapi.FreeTTSSynthesizerModeDesc
Constructs a FreeTTSSynthesizer with the properties of this mode descriptor.
createEngineList(EngineModeDesc) - Method in class com.sun.speech.engine.synthesis.text.TextEngineCentral
Returns a list containing a single reference to a TextSynthesizerModeDesc if the required features match those of the TextSynthesizer.
createEngineList(EngineModeDesc) - Method in class com.sun.speech.freetts.jsapi.FreeTTSEngineCentral
Returns a list containing references to all matching synthesizers.
createEngineProperties() - Method in class com.sun.speech.engine.BaseEngine
Factory constructor for EngineProperties object.
createEngineProperties() - Method in class com.sun.speech.engine.synthesis.BaseSynthesizer
Factory constructor for EngineProperties object.
createEngineProperties() - Method in class com.sun.speech.freetts.jsapi.FreeTTSSynthesizer
Factory constructor for EngineProperties object.
createLexicon(InputStream, boolean, int) - Method in class com.sun.speech.freetts.lexicon.LexiconImpl
Reads the given input stream as lexicon data and returns the results in a Map.
createOutputThread() - Static method in class com.sun.speech.freetts.Voice
Creates an output thread that will asynchronously output utterances that are generated by this voice (and other voices).
createQueueItem() - Method in class com.sun.speech.engine.synthesis.BaseSynthesizer
Factory method that creates a BaseSynthesizerQueueItem.
createQueueItem() - Method in class com.sun.speech.engine.synthesis.text.TextSynthesizer
Creates a TextSynthesizerQueueItem.
createQueueItem() - Method in class com.sun.speech.freetts.jsapi.FreeTTSSynthesizer
Factory method to create a BaseSynthesizerQueueItem.
createRelation(String) - Method in class com.sun.speech.freetts.Utterance
Creates a new relation with the given name and adds it to this utterance.
createWordRelation(Utterance, TokenToWords) - Static method in class com.sun.speech.freetts.en.us.WordRelation
Creates a WordRelation object with the given utterance and TokenToWords.
currentItemLock - Variable in class com.sun.speech.engine.synthesis.text.TextSynthesizer.OutputHandler
Object to lock on for setting the current item.
currentPitch - Variable in class com.sun.speech.engine.synthesis.BaseSynthesizerProperties
The current pitch.
currentPitchRange - Variable in class com.sun.speech.engine.synthesis.BaseSynthesizerProperties
The current pitch range.
currentSpeakingRate - Variable in class com.sun.speech.engine.synthesis.BaseSynthesizerProperties
The current speaking rate.
currentVoice - Variable in class com.sun.speech.engine.synthesis.BaseSynthesizerProperties
The current voice.
currentVolume - Variable in class com.sun.speech.engine.synthesis.BaseSynthesizerProperties
The current volume.

D

DATABASE_NAME - Static variable in class com.sun.speech.freetts.Voice
Constant that describes the name of the unit database used by this voice.
DATA_PREFIX - Static variable in class com.sun.speech.engine.synthesis.text.TextSynthesizerQueueItem
 
DATA_SUFFIX - Static variable in class com.sun.speech.engine.synthesis.text.TextSynthesizerQueueItem
 
DEFAULT_AUDIO_PLAYER - Static variable in class com.sun.speech.freetts.Voice
Feature name for the default AudioPlayer class to use.
DEFAULT_AUDIO_PLAYER_DEFAULT - Static variable in class com.sun.speech.freetts.Voice
The default class to use for the DEFAULT_AUDIO_PLAYER.
DEFAULT_POSTPUNCTUATION_SYMBOLS - Static variable in class com.sun.speech.freetts.en.TokenizerImpl
A string containing the default post-punctuation characters.
DEFAULT_PREPUNCTUATION_SYMBOLS - Static variable in class com.sun.speech.freetts.en.TokenizerImpl
A string containing the default pre-punctuation characters.
DEFAULT_SINGLE_CHAR_SYMBOLS - Static variable in class com.sun.speech.freetts.en.TokenizerImpl
A string containing the default single characters.
DEFAULT_WHITESPACE_SYMBOLS - Static variable in class com.sun.speech.freetts.en.TokenizerImpl
A string containing the default whitespace characters.
DIV - Static variable in class com.sun.speech.engine.synthesis.text.TextSynthesizerQueueItem
 
DIV_ATTRIBUTES - Static variable in class com.sun.speech.engine.synthesis.text.TextSynthesizerQueueItem
 
DONT_CARE - Static variable in class com.sun.speech.freetts.Age
Matches against any Age.
DONT_CARE - Static variable in class com.sun.speech.freetts.Gender
Match against all other genders.
Diphone - class com.sun.speech.freetts.diphone.Diphone.
Represents two adjacent phones.
Diphone(String, Sample[], int) - Constructor for class com.sun.speech.freetts.diphone.Diphone
Creates a diphone with the given name, samples and midpoint.
DiphonePitchmarkGenerator - class com.sun.speech.freetts.diphone.DiphonePitchmarkGenerator.
Calculates pitchmarks.
DiphonePitchmarkGenerator() - Constructor for class com.sun.speech.freetts.diphone.DiphonePitchmarkGenerator
 
DiphoneUnitDatabase - class com.sun.speech.freetts.diphone.DiphoneUnitDatabase.
Represents and manages the unit data for all diphones.
DiphoneUnitDatabase(URL, boolean) - Constructor for class com.sun.speech.freetts.diphone.DiphoneUnitDatabase
Creates the DiphoneUnitDatabase from the given input stream.
DiphoneUnitSelector - class com.sun.speech.freetts.diphone.DiphoneUnitSelector.
Generates the Unit Relation of an Utterance from the Segment Relation.
DiphoneUnitSelector(URL) - Constructor for class com.sun.speech.freetts.diphone.DiphoneUnitSelector
Constructs a DiphoneUnitSelector.
Dumpable - interface com.sun.speech.freetts.Dumpable.
Tags an object that can be dumped for debugging purposes.
Durator - class com.sun.speech.freetts.cart.Durator.
Determines duration timing for Relation.SEGMENT relations in an utterance.
Durator(CART, float, PhoneDurations) - Constructor for class com.sun.speech.freetts.cart.Durator
Creates a new duration UtteranceProcessor with the given CART and phone durations.
database - Variable in class com.sun.speech.freetts.en.us.CMUClusterUnitVoice
 
database - Variable in class com.sun.speech.freetts.en.us.CMUDiphoneVoice
 
de.dfki.lt.freetts.en.us - package de.dfki.lt.freetts.en.us
Provides support for US English MBROLA voices de.dfki.lt.freetts.mbrola - package de.dfki.lt.freetts.mbrola
Provides engine support for MBROLA voices deStress(String) - Method in class com.sun.speech.freetts.Segmenter
Converts stressed phoneme to regular phoneme.
deallocate() - Method in class com.sun.speech.engine.BaseEngine
Frees the resources of this Engine that were acquired during allocation and during operation and return this Engine to the DEALLOCATED.
deallocate() - Method in class com.sun.speech.freetts.Voice
Shuts down the voice processing.
deallocatedLabel - Variable in class com.sun.speech.engine.EngineMonitor
The label containing the string "deallocated".
deallocatingResourcesLabel - Variable in class com.sun.speech.engine.EngineMonitor
The label containing the string "deallocating resources".
debug(String) - Static method in class com.sun.speech.freetts.util.Utilities
A very simple debug log mechanism.
defaultPitch - Variable in class com.sun.speech.engine.synthesis.BaseSynthesizerProperties
The default pitch.
defaultPitch - Variable in class com.sun.speech.engine.synthesis.BaseVoice
The default pitch
defaultPitchRange - Variable in class com.sun.speech.engine.synthesis.BaseSynthesizerProperties
The default pitch range.
defaultPitchRange - Variable in class com.sun.speech.engine.synthesis.BaseVoice
The default pitch range
defaultSpeakingRate - Variable in class com.sun.speech.engine.synthesis.BaseSynthesizerProperties
The default specking rate.
defaultSpeakingRate - Variable in class com.sun.speech.engine.synthesis.BaseVoice
The default speaking rate
defaultVoice - Variable in class com.sun.speech.engine.synthesis.BaseSynthesizerProperties
The default voice.
defaultVolume - Variable in class com.sun.speech.engine.synthesis.BaseSynthesizerProperties
The default volume.
defaultVolume - Variable in class com.sun.speech.engine.synthesis.BaseVoice
The default volume
deleteChar(String, char) - Static method in class com.sun.speech.freetts.util.Utilities
Removes all instances of the specified character from the given String.
dispatchSpeechEvent(SpeechEvent) - Method in class com.sun.speech.engine.BaseEngine
Dispatches a SpeechEvent.
dispatchSpeechEvent(SpeechEvent) - Method in class com.sun.speech.engine.BaseEngineProperties
Dispatches a PropertyChangeEvent.
dispatchSpeechEvent(SpeechEvent) - Method in interface com.sun.speech.engine.SpeechEventDispatcher
Dispatches a SpeechEvent to all appropriate SpeechEventListeners on the object that implements this interface.
dispatchSpeechEvent(SpeechEvent) - Method in class com.sun.speech.engine.synthesis.BaseSynthesizer
Dispatches a SpeechEvent.
dispatchSpeechEvent(SpeechEvent) - Method in class com.sun.speech.engine.synthesis.BaseSynthesizerQueueItem
Dispatches a SpeechEvent.
done - Variable in class com.sun.speech.engine.synthesis.text.TextSynthesizer.OutputHandler
 
drain() - Method in interface com.sun.speech.freetts.audio.AudioPlayer
Waits for all queued audio to be played
drain() - Method in class com.sun.speech.freetts.audio.JavaClipAudioPlayer
Waits for all queued audio to be played
drain() - Method in class com.sun.speech.freetts.audio.JavaStreamingAudioPlayer
Waits for all queued audio to be played
drain() - Method in class com.sun.speech.freetts.audio.MultiFile8BitAudioPlayer
Waits for all queued audio to be played
drain() - Method in class com.sun.speech.freetts.audio.MultiFileAudioPlayer
Waits for all queued audio to be played
drain() - Method in class com.sun.speech.freetts.audio.NullAudioPlayer
Waits for all queued audio to be played
drain() - Method in class com.sun.speech.freetts.audio.RawFileAudioPlayer
Waits for all queued audio to be played
drain() - Method in class com.sun.speech.freetts.audio.SingleFileAudioPlayer
Waits for all queued audio to be played
dump(PrintWriter, int, String) - Method in interface com.sun.speech.freetts.Dumpable
Dumps the object to a PrintWriter.
dump(PrintWriter, int, String) - Method in interface com.sun.speech.freetts.FeatureSet
Dumps the FeatureSet in textual form.
dump(PrintWriter, int, String) - Method in class com.sun.speech.freetts.FeatureSetImpl
Dumps the FeatureSet in textual form.
dump(PrintWriter, int, String, boolean) - Method in class com.sun.speech.freetts.FeatureSetImpl
Dumps the FeatureSet in textual form.
dump(PrintWriter, int, String) - Method in class com.sun.speech.freetts.Item
Dumps out this item to the given output stream.
dump(PrintWriter, int, String) - Method in class com.sun.speech.freetts.Relation
Dumps this relation to the print writer.
dump() - Method in interface com.sun.speech.freetts.Unit
Dumps this unit.
dump(PrintWriter, int, String, boolean) - Method in class com.sun.speech.freetts.Utterance
Dumps this utterance in textual form.
dump(PrintWriter, int, String) - Method in class com.sun.speech.freetts.Utterance
Dumps this utterance in textual form.
dump(PrintWriter, String) - Method in class com.sun.speech.freetts.Utterance
Dumps this utterance in textual form.
dump(String) - Method in class com.sun.speech.freetts.Utterance
Dumps this utterance in textual form.
dump(PrintWriter, int, String) - Method in class com.sun.speech.freetts.Voice
Dumps the voice in textual form.
dump() - Method in class com.sun.speech.freetts.diphone.Diphone
dumps out this Diphone.
dump() - Method in class com.sun.speech.freetts.diphone.DiphoneUnitDatabase
Dumps the diphone database.
dump() - Method in class com.sun.speech.freetts.relp.LPCResult
Dumps this LPCResult to standard out
dump(Writer) - Method in class com.sun.speech.freetts.relp.LPCResult
Dumps this LPCResult to the given stream.
dump() - Method in class com.sun.speech.freetts.relp.Sample
Dumps the sample:
dump(PrintWriter, int, String) - Static method in class com.sun.speech.freetts.util.Utilities
Dumps padded text.
dumpASCII() - Method in class com.sun.speech.freetts.relp.LPCResult
Dumps the wave data associated with this result
dumpASCII(String) - Method in class com.sun.speech.freetts.relp.LPCResult
Dumps the wave data associated with this result
dumpASCII(Writer) - Method in class com.sun.speech.freetts.relp.LPCResult
Dumps the wave out to the given stream
dumpBinary(DataOutputStream) - Method in interface com.sun.speech.freetts.cart.CART
Dumps this CART to the output stream.
dumpBinary(DataOutputStream) - Method in class com.sun.speech.freetts.cart.CARTImpl
Dumps this CART to the output stream.
dumpBinary(ByteBuffer) - Method in class com.sun.speech.freetts.diphone.Diphone
Dumps the diphone to the given channel.
dumpBinary(DataOutputStream) - Method in class com.sun.speech.freetts.diphone.Diphone
Dumps the diphone to the given channel.
dumpBinary(String) - Method in class com.sun.speech.freetts.diphone.DiphoneUnitDatabase
Dumps a binary form of the database.
dumpBinary(String) - Method in class com.sun.speech.freetts.lexicon.LetterToSoundImpl
Dumps a binary form of the letter to sound rules.
dumpBinary(String) - Method in class com.sun.speech.freetts.lexicon.LexiconImpl
Dumps this lexicon (just the compiled form).
dumpBinary(ByteBuffer) - Method in class com.sun.speech.freetts.relp.Sample
Dumps the samples to the given ByteBuffer
dumpBinary(DataOutputStream) - Method in class com.sun.speech.freetts.relp.Sample
Dumps the samples to the given stream
dumpBinary(DataOutputStream) - Method in class com.sun.speech.freetts.relp.SampleInfo
Dump a binary form of the sample rate to the given output stream
dumpBinary(DataOutputStream) - Method in class com.sun.speech.freetts.relp.SampleSet
Dumps this sample set to the given stream
dumpProcessors(PrintWriter, int, String) - Method in class com.sun.speech.freetts.Voice
Dumps the voice processors.
dumpRelations(String) - Method in class com.sun.speech.freetts.Utterance
Dumps the utterance in textual form
durations - Variable in class com.sun.speech.freetts.cart.Durator
The PhoneDurations used for this duration UtteranceProcessor.

E

ELEMENTS - Static variable in class com.sun.speech.engine.synthesis.text.TextSynthesizerQueueItem
 
ELEMENT_ATTRIBUTES - Static variable in class com.sun.speech.engine.synthesis.text.TextSynthesizerQueueItem
 
ELEMENT_END - Static variable in class com.sun.speech.engine.synthesis.text.TextSynthesizerQueueItem
 
ELEMENT_START - Static variable in class com.sun.speech.engine.synthesis.text.TextSynthesizerQueueItem
 
EMPHASIS - Static variable in class com.sun.speech.engine.synthesis.text.TextSynthesizerQueueItem
 
EMPHASIS_ATTRIBUTES - Static variable in class com.sun.speech.engine.synthesis.text.TextSynthesizerQueueItem
 
ENGINE - Static variable in class com.sun.speech.engine.synthesis.text.TextSynthesizerQueueItem
 
ENGINE_ATTRIBUTES - Static variable in class com.sun.speech.engine.synthesis.text.TextSynthesizerQueueItem
 
EOF - Static variable in class com.sun.speech.freetts.en.TokenizerImpl
A constant indicating that the end of the stream has been read.
EngineEventPanel - class com.sun.speech.engine.EngineEventPanel.
Simple GUI for monitoring events of an Engine.
EngineEventPanel() - Constructor for class com.sun.speech.engine.EngineEventPanel
Class constructor.
EngineMonitor - class com.sun.speech.engine.EngineMonitor.
Simple GUI for monitoring events and state changes of an Engine.
EngineMonitor(Engine) - Constructor for class com.sun.speech.engine.EngineMonitor
Class constructor.
EngineMonitor.EngineMonitorEngineListener - class com.sun.speech.engine.EngineMonitor.EngineMonitorEngineListener.
Handles engine events from the engine.
EngineMonitor.EngineMonitorEngineListener() - Constructor for class com.sun.speech.engine.EngineMonitor.EngineMonitorEngineListener
 
end() - Method in interface com.sun.speech.freetts.audio.AudioPlayer
Signals the end of a set of data.
end() - Method in class com.sun.speech.freetts.audio.JavaClipAudioPlayer
Marks the end a set of data.
end() - Method in class com.sun.speech.freetts.audio.JavaStreamingAudioPlayer
Marks the end of a set of data.
end() - Method in class com.sun.speech.freetts.audio.MultiFile8BitAudioPlayer
Marks the end of a set of data.
end() - Method in class com.sun.speech.freetts.audio.MultiFileAudioPlayer
Marks the end of a set of data.
end() - Method in class com.sun.speech.freetts.audio.NullAudioPlayer
Marks the end of a set of data
end() - Method in class com.sun.speech.freetts.audio.RawFileAudioPlayer
Marks the end of a set of data
end() - Method in class com.sun.speech.freetts.audio.SingleFileAudioPlayer
Marks the end of a set of data.
endBatch() - Method in class com.sun.speech.freetts.Voice
Ends a batch of utterances.
engine - Variable in class com.sun.speech.engine.EngineMonitor
The Engine to monitor.
engineAllocated(EngineEvent) - Method in class com.sun.speech.engine.EngineMonitor.EngineMonitorEngineListener
 
engineAllocatingResources(EngineEvent) - Method in class com.sun.speech.engine.EngineMonitor.EngineMonitorEngineListener
 
engineDeallocated(EngineEvent) - Method in class com.sun.speech.engine.EngineMonitor.EngineMonitorEngineListener
 
engineDeallocatingResources(EngineEvent) - Method in class com.sun.speech.engine.EngineMonitor.EngineMonitorEngineListener
 
engineError(EngineErrorEvent) - Method in class com.sun.speech.engine.EngineMonitor.EngineMonitorEngineListener
 
engineListener - Variable in class com.sun.speech.engine.EngineMonitor
The EngineListener registered with the engine.
engineListeners - Variable in class com.sun.speech.engine.BaseEngine
List of EngineListeners registered for EngineEvents on this Engine.
engineModeDesc - Variable in class com.sun.speech.engine.BaseEngine
The EngineModeDesc for this Engine.
enginePaused(EngineEvent) - Method in class com.sun.speech.engine.EngineMonitor.EngineMonitorEngineListener
 
engineProperties - Variable in class com.sun.speech.engine.BaseEngine
The EngineProperties for this Engine.
engineResumed(EngineEvent) - Method in class com.sun.speech.engine.EngineMonitor.EngineMonitorEngineListener
 
engineState - Variable in class com.sun.speech.engine.BaseEngine
A bitmask holding the current state of this Engine.
engineStateLock - Variable in class com.sun.speech.engine.BaseEngine
An Object used for synchronizing access to engineState.
engineStateString(long) - Method in class com.sun.speech.engine.EngineMonitor
Returns a String representing the state.
engineStateString(long) - Method in class com.sun.speech.engine.synthesis.SynthesizerMonitor
 
enumerateQueue() - Method in class com.sun.speech.engine.synthesis.BaseSynthesizer
Returns an enumeration of the queue.
enumerateQueue() - Method in class com.sun.speech.engine.synthesis.text.TextSynthesizer.OutputHandler
Returns the current queue.
enumerateQueue() - Method in class com.sun.speech.engine.synthesis.text.TextSynthesizer
Returns an enumeration of the queue.
enumerateQueue() - Method in class com.sun.speech.freetts.jsapi.FreeTTSSynthesizer
Returns an enumeration of the queue.
equalsShared(Item) - Method in class com.sun.speech.freetts.Item
Determines if the shared contents of the two items are the same.
error(String) - Method in class com.sun.speech.freetts.Voice
Sends the given error message to stderr and also throws an error exception.
eventObject - Variable in class com.sun.speech.engine.SpeechEventWrapper
The wrapped event.
eventPanel - Variable in class com.sun.speech.engine.EngineMonitor
The panel used to post engine events.
expandDigits(String, WordRelation) - Static method in class com.sun.speech.freetts.en.us.NumberExpander
Expands given token to list of words pronouncing it as digits
expandID(String, WordRelation) - Static method in class com.sun.speech.freetts.en.us.NumberExpander
Expands the given number string as pairs as in years or IDs
expandLetters(String, WordRelation) - Static method in class com.sun.speech.freetts.en.us.NumberExpander
Expands the given string of letters as a list of single char symbols.
expandNumber(String, WordRelation) - Static method in class com.sun.speech.freetts.en.us.NumberExpander
Expands a digit string into a list of English words of those digits.
expandOrdinal(String, WordRelation) - Static method in class com.sun.speech.freetts.en.us.NumberExpander
Expands the digit string of an ordinal number.
expandReal(String, WordRelation) - Static method in class com.sun.speech.freetts.en.us.NumberExpander
Expands the given number string as a real number.
expandRoman(String) - Static method in class com.sun.speech.freetts.en.us.NumberExpander
Returns the integer value of the given string of Roman numerals.

F

FEATURE_JOIN_TYPE - Static variable in class com.sun.speech.freetts.Voice
Feature name for the join type string.
FEATURE_SILENCE - Static variable in class com.sun.speech.freetts.Voice
Feature name for the silence phone string.
FEMALE - Static variable in class com.sun.speech.freetts.Gender
Female.
FILE - Static variable in class com.sun.speech.freetts.InputMode
Indicates that the input is from a file.
FeatureProcessor - interface com.sun.speech.freetts.FeatureProcessor.
Performs a specific type of processing on an item and returns an object.
FeatureProcessors - class com.sun.speech.freetts.en.us.FeatureProcessors.
Provides the set of feature processors that are used by this language as part of the CART processing.
FeatureProcessors.Accented - class com.sun.speech.freetts.en.us.FeatureProcessors.Accented.
Checks to see if the given syllable is accented.
FeatureProcessors.Accented() - Constructor for class com.sun.speech.freetts.en.us.FeatureProcessors.Accented
 
FeatureProcessors.AccentedSylIn - class com.sun.speech.freetts.en.us.FeatureProcessors.AccentedSylIn.
Counts the number of accented syllables since the last major break.
FeatureProcessors.AccentedSylIn() - Constructor for class com.sun.speech.freetts.en.us.FeatureProcessors.AccentedSylIn
 
FeatureProcessors.Gpos - class com.sun.speech.freetts.en.us.FeatureProcessors.Gpos.
Returns a guess of the part-of-speech.
FeatureProcessors.Gpos(PartOfSpeech) - Constructor for class com.sun.speech.freetts.en.us.FeatureProcessors.Gpos
Creates a GPOS with the given part-of-speech table
FeatureProcessors.LastAccent - class com.sun.speech.freetts.en.us.FeatureProcessors.LastAccent.
Find the last accented syllable This is a feature processor.
FeatureProcessors.LastAccent() - Constructor for class com.sun.speech.freetts.en.us.FeatureProcessors.LastAccent
 
FeatureProcessors.MonthRange - class com.sun.speech.freetts.en.us.FeatureProcessors.MonthRange.
Returns true ("1") if the given item is a number between 0 and 32 exclusive, otherwise, returns "0".
FeatureProcessors.MonthRange() - Constructor for class com.sun.speech.freetts.en.us.FeatureProcessors.MonthRange
 
FeatureProcessors.NumDigits - class com.sun.speech.freetts.en.us.FeatureProcessors.NumDigits.
Returns the length of the string.
FeatureProcessors.NumDigits() - Constructor for class com.sun.speech.freetts.en.us.FeatureProcessors.NumDigits
 
FeatureProcessors.PH_CPlace - class com.sun.speech.freetts.en.us.FeatureProcessors.PH_CPlace.
Return consonant cplace l-labial a-alveolar p-palatal b-labio_dental d-dental v-velar This is a feature processor.
FeatureProcessors.PH_CPlace() - Constructor for class com.sun.speech.freetts.en.us.FeatureProcessors.PH_CPlace
 
FeatureProcessors.PH_CType - class com.sun.speech.freetts.en.us.FeatureProcessors.PH_CType.
Return consonant type s-stop f-fricative a-affricative n-nasal * l-liquid This is a feature processor.
FeatureProcessors.PH_CType() - Constructor for class com.sun.speech.freetts.en.us.FeatureProcessors.PH_CType
 
FeatureProcessors.PH_CVox - class com.sun.speech.freetts.en.us.FeatureProcessors.PH_CVox.
Return consonant voicing +=on -=off This is a feature processor.
FeatureProcessors.PH_CVox() - Constructor for class com.sun.speech.freetts.en.us.FeatureProcessors.PH_CVox
 
FeatureProcessors.PH_VC - class com.sun.speech.freetts.en.us.FeatureProcessors.PH_VC.
Return vowel or consonant +=on -=off This is a feature processor.
FeatureProcessors.PH_VC() - Constructor for class com.sun.speech.freetts.en.us.FeatureProcessors.PH_VC
 
Feat