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
 
FeatureProcessors.PH_VFront - class com.sun.speech.freetts.en.us.FeatureProcessors.PH_VFront.
Return vowel frontness 1-front 2-mid 3-back This is a feature processor.
FeatureProcessors.PH_VFront() - Constructor for class com.sun.speech.freetts.en.us.FeatureProcessors.PH_VFront
 
FeatureProcessors.PH_VHeight - class com.sun.speech.freetts.en.us.FeatureProcessors.PH_VHeight.
Return vowel height 1-high 2-mid 3-low This is a feature processor.
FeatureProcessors.PH_VHeight() - Constructor for class com.sun.speech.freetts.en.us.FeatureProcessors.PH_VHeight
 
FeatureProcessors.PH_VLength - class com.sun.speech.freetts.en.us.FeatureProcessors.PH_VLength.
Return vowel length s-short l-long d-dipthong a-schwa This is a feature processor.
FeatureProcessors.PH_VLength() - Constructor for class com.sun.speech.freetts.en.us.FeatureProcessors.PH_VLength
 
FeatureProcessors.PH_VRnd - class com.sun.speech.freetts.en.us.FeatureProcessors.PH_VRnd.
Return vowel rnd (lip rounding) lip rounding +=on -=off This is a feature processor.
FeatureProcessors.PH_VRnd() - Constructor for class com.sun.speech.freetts.en.us.FeatureProcessors.PH_VRnd
 
FeatureProcessors.PosInSyl - class com.sun.speech.freetts.en.us.FeatureProcessors.PosInSyl.
Finds the position of the phoneme in the syllable This is a feature processor.
FeatureProcessors.PosInSyl() - Constructor for class com.sun.speech.freetts.en.us.FeatureProcessors.PosInSyl
 
FeatureProcessors.PositionType - class com.sun.speech.freetts.en.us.FeatureProcessors.PositionType.
Classifies the the syllable as single, initial, mid or final.
FeatureProcessors.PositionType() - Constructor for class com.sun.speech.freetts.en.us.FeatureProcessors.PositionType
 
FeatureProcessors.SegCodaFric - class com.sun.speech.freetts.en.us.FeatureProcessors.SegCodaFric.
Checks for fricative This is a feature processor.
FeatureProcessors.SegCodaFric() - Constructor for class com.sun.speech.freetts.en.us.FeatureProcessors.SegCodaFric
 
FeatureProcessors.SegCodaGlide - class com.sun.speech.freetts.en.us.FeatureProcessors.SegCodaGlide.
Checks for coda glide This is a feature processor.
FeatureProcessors.SegCodaGlide() - Constructor for class com.sun.speech.freetts.en.us.FeatureProcessors.SegCodaGlide
 
FeatureProcessors.SegCodaNasal - class com.sun.speech.freetts.en.us.FeatureProcessors.SegCodaNasal.
Checks for coda nasal This is a feature processor.
FeatureProcessors.SegCodaNasal() - Constructor for class com.sun.speech.freetts.en.us.FeatureProcessors.SegCodaNasal
 
FeatureProcessors.SegCodaStop - class com.sun.speech.freetts.en.us.FeatureProcessors.SegCodaStop.
Checks for coda stop This is a feature processor.
FeatureProcessors.SegCodaStop() - Constructor for class com.sun.speech.freetts.en.us.FeatureProcessors.SegCodaStop
 
FeatureProcessors.SegOnsetCoda - class com.sun.speech.freetts.en.us.FeatureProcessors.SegOnsetCoda.
Checks for onset coda This is a feature processor.
FeatureProcessors.SegOnsetCoda() - Constructor for class com.sun.speech.freetts.en.us.FeatureProcessors.SegOnsetCoda
 
FeatureProcessors.SegOnsetFric - class com.sun.speech.freetts.en.us.FeatureProcessors.SegOnsetFric.
Checks for fricative This is a feature processor.
FeatureProcessors.SegOnsetFric() - Constructor for class com.sun.speech.freetts.en.us.FeatureProcessors.SegOnsetFric
 
FeatureProcessors.SegOnsetGlide - class com.sun.speech.freetts.en.us.FeatureProcessors.SegOnsetGlide.
Checks for onset glide This is a feature processor.
FeatureProcessors.SegOnsetGlide() - Constructor for class com.sun.speech.freetts.en.us.FeatureProcessors.SegOnsetGlide
 
FeatureProcessors.SegOnsetNasal - class com.sun.speech.freetts.en.us.FeatureProcessors.SegOnsetNasal.
Checks for onset nasal This is a feature processor.
FeatureProcessors.SegOnsetNasal() - Constructor for class com.sun.speech.freetts.en.us.FeatureProcessors.SegOnsetNasal
 
FeatureProcessors.SegOnsetStop - class com.sun.speech.freetts.en.us.FeatureProcessors.SegOnsetStop.
Checks for onset stop This is a feature processor.
FeatureProcessors.SegOnsetStop() - Constructor for class com.sun.speech.freetts.en.us.FeatureProcessors.SegOnsetStop
 
FeatureProcessors.SegmentDuration - class com.sun.speech.freetts.en.us.FeatureProcessors.SegmentDuration.
Returns the duration of the given segment This is a feature processor.
FeatureProcessors.SegmentDuration() - Constructor for class com.sun.speech.freetts.en.us.FeatureProcessors.SegmentDuration
 
FeatureProcessors.StressedSylIn - class com.sun.speech.freetts.en.us.FeatureProcessors.StressedSylIn.
Counts the number of stressed syllables since the last major break.
FeatureProcessors.StressedSylIn() - Constructor for class com.sun.speech.freetts.en.us.FeatureProcessors.StressedSylIn
 
FeatureProcessors.StressedSylOut - class com.sun.speech.freetts.en.us.FeatureProcessors.StressedSylOut.
Counts the number of stressed syllables until the next major break.
FeatureProcessors.StressedSylOut() - Constructor for class com.sun.speech.freetts.en.us.FeatureProcessors.StressedSylOut
 
FeatureProcessors.SubPhrases - class com.sun.speech.freetts.en.us.FeatureProcessors.SubPhrases.
Counts the number of phrases before this one.
FeatureProcessors.SubPhrases() - Constructor for class com.sun.speech.freetts.en.us.FeatureProcessors.SubPhrases
 
FeatureProcessors.SylBreak - class com.sun.speech.freetts.en.us.FeatureProcessors.SylBreak.
Determines the break level after this syllable This is a feature processor.
FeatureProcessors.SylBreak() - Constructor for class com.sun.speech.freetts.en.us.FeatureProcessors.SylBreak
 
FeatureProcessors.SylCodaSize - class com.sun.speech.freetts.en.us.FeatureProcessors.SylCodaSize.
Determines the coda size This is a feature processor.
FeatureProcessors.SylCodaSize() - Constructor for class com.sun.speech.freetts.en.us.FeatureProcessors.SylCodaSize
 
FeatureProcessors.SylIn - class com.sun.speech.freetts.en.us.FeatureProcessors.SylIn.
Counts the number of stressed syllables since the last major break.
FeatureProcessors.SylIn() - Constructor for class com.sun.speech.freetts.en.us.FeatureProcessors.SylIn
 
FeatureProcessors.SylOnsetSize - class com.sun.speech.freetts.en.us.FeatureProcessors.SylOnsetSize.
Determines the onset size of this syllable This is a feature processor.
FeatureProcessors.SylOnsetSize() - Constructor for class com.sun.speech.freetts.en.us.FeatureProcessors.SylOnsetSize
 
FeatureProcessors.SylOut - class com.sun.speech.freetts.en.us.FeatureProcessors.SylOut.
Counts the number of stressed syllables since the last major break.
FeatureProcessors.SylOut() - Constructor for class com.sun.speech.freetts.en.us.FeatureProcessors.SylOut
 
FeatureProcessors.TokenPosGuess - class com.sun.speech.freetts.en.us.FeatureProcessors.TokenPosGuess.
Attempts to guess the part of speech.
FeatureProcessors.TokenPosGuess() - Constructor for class com.sun.speech.freetts.en.us.FeatureProcessors.TokenPosGuess
 
FeatureProcessors.WordBreak - class com.sun.speech.freetts.en.us.FeatureProcessors.WordBreak.
Determines the word break.
FeatureProcessors.WordBreak() - Constructor for class com.sun.speech.freetts.en.us.FeatureProcessors.WordBreak
 
FeatureProcessors.WordNumSyls - class com.sun.speech.freetts.en.us.FeatureProcessors.WordNumSyls.
Returns as an Integer the number of syllables in the given word.
FeatureProcessors.WordNumSyls() - Constructor for class com.sun.speech.freetts.en.us.FeatureProcessors.WordNumSyls
 
FeatureProcessors.WordPunc - class com.sun.speech.freetts.en.us.FeatureProcessors.WordPunc.
Determines the word punctuation.
FeatureProcessors.WordPunc() - Constructor for class com.sun.speech.freetts.en.us.FeatureProcessors.WordPunc
 
FeatureSet - interface com.sun.speech.freetts.FeatureSet.
Represents the abstract interface to an entity that has a set of features.
FeatureSetImpl - class com.sun.speech.freetts.FeatureSetImpl.
Implementation of the FeatureSet interface.
FeatureSetImpl() - Constructor for class com.sun.speech.freetts.FeatureSetImpl
Creates a new empty feature set
FreeTTS - class com.sun.speech.freetts.FreeTTS.
Standalone utility that directly interacts with a CMUDiphoneVoice.
FreeTTS() - Constructor for class com.sun.speech.freetts.FreeTTS
Constructs a default FreeTTS with the kevin16 voice.
FreeTTS(Voice) - Constructor for class com.sun.speech.freetts.FreeTTS
Creates a FreeTTS object with the given Voice.
FreeTTSEngineCentral - class com.sun.speech.freetts.jsapi.FreeTTSEngineCentral.
Supports the EngineCentral JSAPI 1.0 interface for the FreeTTSSynthesizer.
FreeTTSEngineCentral() - Constructor for class com.sun.speech.freetts.jsapi.FreeTTSEngineCentral
Creates a FreeTTSEngineCentral
FreeTTSSpeakable - interface com.sun.speech.freetts.FreeTTSSpeakable.
Represents something that should be spoken.
FreeTTSSpeakableImpl - class com.sun.speech.freetts.FreeTTSSpeakableImpl.
Minimal implementation of a FreeTTSSpeakable
FreeTTSSpeakableImpl(String) - Constructor for class com.sun.speech.freetts.FreeTTSSpeakableImpl
Constructor.
FreeTTSSpeakableImpl(Document) - Constructor for class com.sun.speech.freetts.FreeTTSSpeakableImpl
Constructor.
FreeTTSSpeakableImpl(InputStream) - Constructor for class com.sun.speech.freetts.FreeTTSSpeakableImpl
Constructor.
FreeTTSSynthesizer - class com.sun.speech.freetts.jsapi.FreeTTSSynthesizer.
Provides partial support for a JSAPI 1.0 synthesizer for the FreeTTS speech synthesis system.
FreeTTSSynthesizer(FreeTTSSynthesizerModeDesc) - Constructor for class com.sun.speech.freetts.jsapi.FreeTTSSynthesizer
Creates a new Synthesizer in the DEALLOCATED state.
FreeTTSSynthesizerModeDesc - class com.sun.speech.freetts.jsapi.FreeTTSSynthesizerModeDesc.
Represents a SynthesizerModeDesc for the FreeTTSSynthesizer.
FreeTTSSynthesizerModeDesc(String, String, Locale) - Constructor for class com.sun.speech.freetts.jsapi.FreeTTSSynthesizerModeDesc
Creates a fully-specified descriptor.
FreeTTSSynthesizerQueueItem - class com.sun.speech.freetts.jsapi.FreeTTSSynthesizerQueueItem.
Represents an object on the speech output queue of a FreeTTSSynthesizer.
FreeTTSSynthesizerQueueItem() - Constructor for class com.sun.speech.freetts.jsapi.FreeTTSSynthesizerQueueItem
Construct a queue item.
FreeTTSTime - class com.sun.speech.freetts.FreeTTSTime.
Standalone utility that tells the time.
FreeTTSTime() - Constructor for class com.sun.speech.freetts.FreeTTSTime
Class constructor.
FreeTTSTime(Voice) - Constructor for class com.sun.speech.freetts.FreeTTSTime
Class constructor.
FreeTTSVoice - class com.sun.speech.freetts.jsapi.FreeTTSVoice.
Extends the BaseVoice class to encapsulate FreeTTSSynthesizer specific data.
FreeTTSVoice(Voice, String) - Constructor for class com.sun.speech.freetts.jsapi.FreeTTSVoice
Constructs a FreeTTSVoice
fileToSpeech(String) - Method in class com.sun.speech.freetts.FreeTTS
Converts the text contained in the given path to speech.
findFeature(String) - Method in class com.sun.speech.freetts.Item
Finds the feature by following the given path.
findFeature(Item) - Method in interface com.sun.speech.freetts.PathExtractor
Finds the feature associated with this object.
findFeature(Item) - Method in class com.sun.speech.freetts.PathExtractorImpl
Finds the feature associated with this Path.
findFromEnd(Relation, float) - Static method in class com.sun.speech.freetts.util.SegmentRelationUtils
Starting from the end of the given Segment Relation, go backwards to find the Item that corresponds to the given time.
findFromFront(Relation, float) - Static method in class com.sun.speech.freetts.util.SegmentRelationUtils
Starting from the front of the given Segment Relation, finds the Item that corresponds to the given time.
findItem(String) - Method in class com.sun.speech.freetts.Item
Finds the item specified by the given path.
findItem(Item) - Method in interface com.sun.speech.freetts.PathExtractor
Finds the item associated with this object.
findItem(Item) - Method in class com.sun.speech.freetts.PathExtractorImpl
Finds the item associated with this Path.
fireEngineAllocated(EngineEvent) - Method in class com.sun.speech.engine.BaseEngine
Utility function that sends an ENGINE_ALLOCATED event to all EngineListeners registered with this Engine.
fireEngineAllocatingResources(EngineEvent) - Method in class com.sun.speech.engine.BaseEngine
Utility function that sends an ENGINE_ALLOCATING_RESOURCES event to all EngineListeners registered with this Engine.
fireEngineDeallocated(EngineEvent) - Method in class com.sun.speech.engine.BaseEngine
Utility function that sends an ENGINE_DEALLOCATED event to all EngineListeners registered with this Engine.
fireEngineDeallocatingResources(EngineEvent) - Method in class com.sun.speech.engine.BaseEngine
Utility function that sends a ENGINE_DEALLOCATING_RESOURCES event to all EngineListeners registered with this Engine.
fireEnginePaused(EngineEvent) - Method in class com.sun.speech.engine.BaseEngine
Utility function that sends an ENGINE_PAUSED event to all EngineListeners registered with this Engine.
fireEngineResumed(EngineEvent) - Method in class com.sun.speech.engine.BaseEngine
Utility function that sends an ENGINE_RESUMED event to all EngineListeners registered with this Engine.
fireMarkerReached(SpeakableEvent) - Method in class com.sun.speech.engine.synthesis.BaseSynthesizerQueueItem
Utility function that sends a MARKER_REACHED event to all speakable listeners.
firePropertyChangeEvent(PropertyChangeEvent) - Method in class com.sun.speech.engine.BaseEngineProperties
Sends a PropertyChangeEvent to all PropertyChangeListeners registered with this object.
fireQueueEmptied(SynthesizerEvent) - Method in class com.sun.speech.engine.synthesis.BaseSynthesizer
Utility function that sends a QUEUE_EMPTIED event to all SynthesizerListeners.
fireQueueUpdated(SynthesizerEvent) - Method in class com.sun.speech.engine.synthesis.BaseSynthesizer
Utility function that sends a QUEUE_UPDATED event to all SynthesizerListeners.
fireSpeakableCancelled(SpeakableEvent) - Method in class com.sun.speech.engine.synthesis.BaseSynthesizerQueueItem
Utility function that sends a SPEAKABLE_CANCELLED event to all speakable listeners.
fireSpeakableEnded(SpeakableEvent) - Method in class com.sun.speech.engine.synthesis.BaseSynthesizerQueueItem
Utility function that sends a SPEAKABLE_ENDED event to all speakable listeners.
fireSpeakablePaused(SpeakableEvent) - Method in class com.sun.speech.engine.synthesis.BaseSynthesizerQueueItem
Utility function that sends a SPEAKABLE_PAUSED event to all speakable listeners.
fireSpeakableResumed(SpeakableEvent) - Method in class com.sun.speech.engine.synthesis.BaseSynthesizerQueueItem
Utility function that sends a SPEAKABLE_RESUMED event to all speakable listeners.
fireSpeakableStarted(SpeakableEvent) - Method in class com.sun.speech.engine.synthesis.BaseSynthesizerQueueItem
Utility function that sends a SPEAKABLE_STARTED event to all speakable listeners.
fireTopOfQueue(SpeakableEvent) - Method in class com.sun.speech.engine.synthesis.BaseSynthesizerQueueItem
Utility function that sends a TOP_OF_QUEUE event to all speakable listeners.
fireWordStarted(SpeakableEvent) - Method in class com.sun.speech.engine.synthesis.BaseSynthesizerQueueItem
Utility function that sends a WORD_STARTED event to all speakable listeners.
fixPartOfSpeech(String) - Static method in class com.sun.speech.freetts.lexicon.LexiconImpl
Fixes the part of speech if it is null.

G

Gender - class com.sun.speech.freetts.Gender.
Provides an enumeration of Gender, following the JSAPI style.
getAge() - Method in class com.sun.speech.freetts.Voice
Get the age of this voice.
getAudioFormat() - Method in interface com.sun.speech.freetts.audio.AudioPlayer
Retrieves the audio format for this player
getAudioFormat() - Method in class com.sun.speech.freetts.audio.JavaClipAudioPlayer
Retrieves the audio format for this player
getAudioFormat() - Method in class com.sun.speech.freetts.audio.JavaStreamingAudioPlayer
Gets the audio format for this player
getAudioFormat() - Method in class com.sun.speech.freetts.audio.MultiFile8BitAudioPlayer
Gets the audio format for this player
getAudioFormat() - Method in class com.sun.speech.freetts.audio.MultiFileAudioPlayer
Gets the audio format for this player
getAudioFormat() - Method in class com.sun.speech.freetts.audio.NullAudioPlayer
Retrieves the audio format for this player
getAudioFormat() - Method in class com.sun.speech.freetts.audio.RawFileAudioPlayer
Retrieves the audio format for this player
getAudioFormat() - Method in class com.sun.speech.freetts.audio.SingleFileAudioPlayer
Gets the audio format for this player
getAudioManager() - Method in class com.sun.speech.engine.BaseEngine
Returns an object that provides management of the audio input or output of this Engine.
getAudioOutput() - Method in class com.sun.speech.freetts.Voice
Returns the AudioOutput processor to be used by this voice.
getAudioOutput() - Method in class com.sun.speech.freetts.en.us.CMUVoice
Returns the AudioOutput processor to be used by this voice Derived voices typically override this to customize behaviors.
getAudioOutput() - Method in class de.dfki.lt.freetts.en.us.MbrolaVoice
Returns the audio output used by this voice.
getAudioPlayer() - Method in class com.sun.speech.freetts.Voice
Gets the audio player associated with this voice.
getBoolean(String) - Static method in class com.sun.speech.freetts.util.Utilities
Gets a boolean property by name.
getCoeffMin() - Method in class com.sun.speech.freetts.relp.SampleInfo
Returns the minimum for linear predictive coding.
getCoeffRange() - Method in class com.sun.speech.freetts.relp.SampleInfo
Returns the range for linear predictive coding.
getControlComponent() - Method in class com.sun.speech.engine.BaseEngineProperties
Obtains the AWT Component that provides the default user interface for setting the properties of the Engine associated with this object.
getCurrentTime() - Method in class com.sun.speech.freetts.util.Timer
Returns the current time.
getDatabase() - Method in class com.sun.speech.freetts.en.us.CMUClusterUnitVoice
Gets the url to the database that defines the unit data for this voice.
getDatabase() - Method in class com.sun.speech.freetts.en.us.CMUDiphoneVoice
Gets the url to the database that defines the unit data for this voice.
getDatabase() - Method in class de.dfki.lt.freetts.en.us.MbrolaVoice
Returns the absolute file name of the Voice database this MbrolaVoice uses.
getDaughter() - Method in class com.sun.speech.freetts.Item
Retrieves the first daughter of this item.
getDefaultAudioPlayer() - Method in class com.sun.speech.freetts.Voice
Gets the default audio player for this voice.
getDescription() - Method in class com.sun.speech.freetts.Voice
Get the description of this voice.
getDocument() - Method in class com.sun.speech.engine.synthesis.BaseSynthesizerQueueItem
Gets the DOM document for this object.
getDocument() - Method in class com.sun.speech.engine.synthesis.JSMLParser
Gets the document for this parser.
getDocument() - Method in interface com.sun.speech.freetts.FreeTTSSpeakable
Gets the DOM document for this object.
getDocument() - Method in class com.sun.speech.freetts.FreeTTSSpeakableImpl
Gets the DOM document for this object.
getDocument() - Method in class com.sun.speech.freetts.jsapi.FreeTTSSynthesizerQueueItem
Gets the DOM document for this object.
getDomain() - Method in class com.sun.speech.freetts.Voice
Get the domain of this voice.
getDuration() - Method in class com.sun.speech.freetts.Utterance
Returns the duration of this Utterance in seconds.
getDurationStretch() - Method in class com.sun.speech.freetts.Voice
Gets the duration Stretch
getEngineListener() - Method in class com.sun.speech.engine.EngineMonitor
Creates the engine listener if necessary, and then returns it.
getEngineListener() - Method in class com.sun.speech.engine.synthesis.SynthesizerMonitor
 
getEngineModeDesc() - Method in class com.sun.speech.engine.BaseEngine
Gets the current operating properties and mode of this Engine.
getEngineProperties() - Method in class com.sun.speech.engine.BaseEngine
Gets the EngineProperties of this Engine.
getEngineState() - Method in class com.sun.speech.engine.BaseEngine
Returns a or'ed set of flags indicating the current state of this Engine.
getEngineText() - Method in class com.sun.speech.engine.synthesis.text.TextSynthesizerQueueItem
Gets the text form of this queue item.
getErrorDescription() - Method in interface com.sun.speech.freetts.Tokenizer
If hasErrors returns true, returns a description of the error encountered.
getErrorDescription() - Method in class com.sun.speech.freetts.en.TokenizerImpl
if hasErrors returns true, this will return a description of the error encountered, otherwise it will return null
getEventObject() - Method in class com.sun.speech.engine.SpeechEventWrapper
Gets the wrapped event.
getEventPanel() - Method in class com.sun.speech.engine.EngineMonitor
Gets the panel containing the area to post engine events in.
getFeatureProcessor(String) - Method in class com.sun.speech.freetts.Voice
Returns a language/voice specific Feature Processor.
getFeatures() - Method in class com.sun.speech.freetts.Item
Returns the feature set of this item.
getFeatures() - Method in class com.sun.speech.freetts.ItemContents
Returns the feature set for this item contents.
getFeatures() - Method in class com.sun.speech.freetts.Voice
Returns the feature set associated with this voice.
getFloat(String) - Method in interface com.sun.speech.freetts.FeatureSet
Convenience method that returns the named feature as a float.
getFloat(String) - Method in class com.sun.speech.freetts.FeatureSetImpl
Convenience method that returns the named feature as a float.
getFloat(String) - Method in class com.sun.speech.freetts.Utterance
Convenience method that returns the named feature as a float.
getFrame(int) - Method in class com.sun.speech.freetts.relp.LPCResult
Returns the frame at the given index.
getFrameData() - Method in class com.sun.speech.freetts.relp.Sample
Gets the frame data associated with this sample
getFrameData(int) - Method in class com.sun.speech.freetts.relp.Sample
Returns the normalized frame data.
getFrameShift(int) - Method in class com.sun.speech.freetts.relp.LPCResult
Returns the time difference of the frame at the given position with the frame prior to that.
getFrameSize() - Method in class com.sun.speech.freetts.relp.LPCResult
Returns the sizes of frames in this LPC.
getFrameSize(int) - Method in class com.sun.speech.freetts.relp.SampleSet
Gets the size of the given frame
getFullBuff(String) - Method in class com.sun.speech.freetts.lexicon.LetterToSoundImpl
Makes a character array that looks like "000#word#000".
getGender() - Method in class com.sun.speech.freetts.Voice
Get the gender of this voice.
getHead() - Method in class com.sun.speech.freetts.Relation
Gets the head of the item list.
getId() - Method in class com.sun.speech.engine.synthesis.BaseVoice
Gets the id for this voice.
getId() - Method in class com.sun.speech.freetts.jsapi.FreeTTSVoice
Gets the id for this voice.
getInputMode() - Method in class com.sun.speech.freetts.FreeTTS
Returns the InputMode.
getInputStream() - Method in interface com.sun.speech.freetts.FreeTTSSpeakable
Gets the input stream
getInputStream() - Method in class com.sun.speech.freetts.FreeTTSSpeakableImpl
Gets the input stream.
getInputStream() - Method in class com.sun.speech.freetts.jsapi.FreeTTSSynthesizerQueueItem
Gets the input stream
getInputStream(URL) - Static method in class com.sun.speech.freetts.util.Utilities
Returns an input stream for the given URL.
getInstance() - Static method in class com.sun.speech.freetts.VoiceManager
Gets the instance of the VoiceManager
getInstance(boolean) - Static method in class com.sun.speech.freetts.en.us.CMULexicon
Get the CMULexicon.
getInstance(String, boolean) - Static method in class com.sun.speech.freetts.en.us.CMULexicon
Get the CMULexicon.
getInt(String) - Method in interface com.sun.speech.freetts.FeatureSet
Convenience method that returns the named feature as an int.
getInt(String) - Method in class com.sun.speech.freetts.FeatureSetImpl
Convenience method that returns the named feature as a int.
getInt(String) - Method in class com.sun.speech.freetts.Utterance
Convenience method that returns the named feature as a int.
getInteger(String, int) - Static method in class com.sun.speech.freetts.util.Utilities
Gets an Integer property by name.
getItem(String, float) - Method in class com.sun.speech.freetts.Utterance
Returns the Item in the given Relation associated with the given time.
getItem(Relation, float) - Static method in class com.sun.speech.freetts.util.SegmentRelationUtils
Returns the Item in the Segment Relation that corresponds to the given time.
getItemAs(String) - Method in class com.sun.speech.freetts.Item
Finds the item in the given relation that has the same shared contents.
getItemNumber() - Method in class com.sun.speech.engine.synthesis.BaseSynthesizerQueueItem
Gets the item number for debug purposes only.
getItemRelation(String) - Method in class com.sun.speech.freetts.ItemContents
Given the name of a relation, returns the item the shares the same ItemContents.
getLPCMin() - Method in class com.sun.speech.freetts.relp.LPCResult
Returns the LPC minimum.
getLPCRange() - Method in class com.sun.speech.freetts.relp.LPCResult
Returns the LPC range.
getLastDaughter() - Method in class com.sun.speech.freetts.Item
Retrieves the last daughter of this item.
getLexicon() - Method in class com.sun.speech.freetts.Voice
Gets the lexicon for this voice.
getLineNumber() - Method in class com.sun.speech.freetts.Token
Returns the line of this token in the original text.
getLocale() - Method in class com.sun.speech.freetts.Voice
Get the locale of this voice.
getLong(String, long) - Static method in class com.sun.speech.freetts.util.Utilities
Gets a long property by name.
getMbrolaBase() - Method in class de.dfki.lt.freetts.en.us.MbrolaVoice
Returns the absolute name of the MBROLA directory.
getMbrolaBinary() - Method in class de.dfki.lt.freetts.en.us.MbrolaVoice
Returns the absolute file name of the MBROLA binary.
getMbrolaCommand() - Method in class de.dfki.lt.freetts.en.us.MbrolaVoice
Returns the command line that invokes the MBROLA executable.
getMean() - Method in class com.sun.speech.freetts.PhoneDuration
Gets the mean.
getMidPoint() - Method in class com.sun.speech.freetts.diphone.Diphone
Returns the midpoint index. the midpoint index is the sample that divides the diphone into the first and second parts.
getName() - Method in class com.sun.speech.freetts.Relation
Retrieves the name of this Relation.
getName() - Method in interface com.sun.speech.freetts.Unit
Returns the name of this Unit.
getName() - Method in class com.sun.speech.freetts.Voice
Get the name of this voice.
getName() - Method in class com.sun.speech.freetts.diphone.Diphone
Gets the name of the diphone.
getName() - Method in class com.sun.speech.freetts.diphone.DiphoneUnitDatabase
Returns the name of this DiphoneUnitDatabase.
getNearestSample(float) - Method in interface com.sun.speech.freetts.Unit
Retrieves the nearest sample.
getNext() - Method in class com.sun.speech.freetts.Item
Gets the next item in this list.
getNextToken() - Method in interface com.sun.speech.freetts.Tokenizer
Returns the next token.
getNextToken() - Method in class com.sun.speech.freetts.en.TokenizerImpl
Returns the next token.
getNode(String, StringTokenizer, int) - Method in class com.sun.speech.freetts.cart.CARTImpl
Gets the node based upon the type and tokenizer.
getNthDaughter(int) - Method in class com.sun.speech.freetts.Item
Retrieves the Nth daughter of this item.
getNumberOfChannels() - Method in class com.sun.speech.freetts.relp.LPCResult
Returns the number of channels in this LPCResult.
getNumberOfChannels() - Method in class com.sun.speech.freetts.relp.SampleInfo
Returns the number of channels.
getNumberOfFrames() - Method in class com.sun.speech.freetts.relp.LPCResult
Returns the number of frames in this LPCResult.
getNumberOfSamples() - Method in class com.sun.speech.freetts.relp.LPCResult
Returns the number of samples in this LPC result
getObject(String) - Method in interface com.sun.speech.freetts.FeatureSet
Returns the named feature as an object.
getObject(String) - Method in class com.sun.speech.freetts.FeatureSetImpl
Returns the named feature as an object.
getObject(String) - Method in class com.sun.speech.freetts.Utterance
Returns the named feature as an object.
getOrganization() - Method in class com.sun.speech.freetts.Voice
Gets the organization which created this voice.
getOutputQueue() - Method in class com.sun.speech.freetts.Voice
Returns the output queue associated with this voice.
getOwnerRelation() - Method in class com.sun.speech.freetts.Item
Retrieves the owning Relation.
getParent() - Method in class com.sun.speech.freetts.Item
Returns the parent of this item.
getPartOfSpeech(String) - Method in interface com.sun.speech.freetts.PartOfSpeech
Returns a description of the part of speech given a word.
getPartOfSpeech(String) - Method in class com.sun.speech.freetts.PartOfSpeechImpl
Returns a description of the part of speech given a word.
getPbPositionMillis() - Method in class com.sun.speech.freetts.diphone.Diphone
Returns the midpoint index. the midpoint index is the sample that divides the diphone into the first and second parts.
getPhoneDuration(String) - Method in interface com.sun.speech.freetts.PhoneDurations
Gets the PhoneDuration for the given phone.
getPhoneDuration(String) - Method in class com.sun.speech.freetts.PhoneDurationsImpl
Gets the PhoneDuration for the given phone.
getPhoneFeature(String, String) - Method in interface com.sun.speech.freetts.PhoneSet
Given a phoneme and a feature name, return the feature.
getPhoneFeature(String, String) - Method in class com.sun.speech.freetts.PhoneSetImpl
Given a phoneme and a feature name, returns the feature.
getPhoneFeature(String, String) - Method in class com.sun.speech.freetts.Voice
Given a phoneme and a feature name, returns the feature.
getPhoneFeature(String, String) - Method in class com.sun.speech.freetts.en.us.CMUVoice
Given a phoneme and a feature name, return the feature
getPhoneFeature(Item, String) - Static method in class com.sun.speech.freetts.en.us.FeatureProcessors
Gets the phoneset feature with the given name
getPhones(String, String) - Method in interface com.sun.speech.freetts.lexicon.LetterToSound
Calculate the phone list for a given word.
getPhones(String, String) - Method in class com.sun.speech.freetts.lexicon.LetterToSoundImpl
Calculates the phone list for a given word.
getPhones(String, String) - Method in interface com.sun.speech.freetts.lexicon.Lexicon
Gets the phone list for a given word.
getPhones(String, String, boolean) - Method in interface com.sun.speech.freetts.lexicon.Lexicon
Gets the phone list for a given word.
getPhones(String, String) - Method in class com.sun.speech.freetts.lexicon.LexiconImpl
Gets the phone list for a given word.
getPhones(String, String, boolean) - Method in class com.sun.speech.freetts.lexicon.LexiconImpl
Gets the phone list for a given word.
getPhones(Map, String, String) - Method in class com.sun.speech.freetts.lexicon.LexiconImpl
Gets a phone list for a word from a given lexicon.
getPhones(Map, String) - Method in class com.sun.speech.freetts.lexicon.LexiconImpl
Gets a phone list for a word from a given lexicon.
getPhones(String) - Method in class com.sun.speech.freetts.lexicon.LexiconImpl
Turns the phone String into a String[], using " " as the delimiter.
getPitch() - Method in class com.sun.speech.engine.synthesis.BaseSynthesizerProperties
Gets the baseline pitch for synthesis.
getPitch() - Method in class com.sun.speech.engine.synthesis.BaseVoice
Gets the pitch for this voice
getPitch() - Method in class com.sun.speech.freetts.Voice
Retreives the baseline pitch.
getPitchRange() - Method in class com.sun.speech.engine.synthesis.BaseSynthesizerProperties
Gets the pitch range for synthesis.
getPitchRange() - Method in class com.sun.speech.engine.synthesis.BaseVoice
Gets the pitch range for this voice
getPitchRange() - Method in class com.sun.speech.freetts.Voice
Gets the pitch range.
getPitchShift() - Method in class com.sun.speech.freetts.Voice
Gets the pitch shift.
getPitchmarkGenerator() - Method in class com.sun.speech.freetts.en.us.CMUClusterUnitVoice
Returns the pitch mark generator to be used by this voice.
getPitchmarkGenerator() - Method in class com.sun.speech.freetts.en.us.CMUDiphoneVoice
Returns the pitch mark generator to be used by this voice.
getPitchmarkGenerator() - Method in class com.sun.speech.freetts.en.us.CMUVoice
Returns the pitch mark generator to be used by this voice Derived voices typically override this to customize behaviors.
getPosition() - Method in class com.sun.speech.freetts.Token
Returns the position of this token in the original input text.
getPostEmphasis() - Method in class com.sun.speech.freetts.relp.SampleInfo
Returns the post emphasis
getPostLexicalAnalyzer() - Method in class com.sun.speech.freetts.en.us.CMUDiphoneVoice
Returns the post lexical processor to be used by this voice.
getPostLexicalAnalyzer() - Method in class com.sun.speech.freetts.en.us.CMUTimeVoice
The FestVox voice does not take advantage of any post lexical processing.
getPostLexicalAnalyzer() - Method in class com.sun.speech.freetts.en.us.CMUVoice
Returns the post lexical processor to be used by this voice.
getPostpunctuation() - Method in class com.sun.speech.freetts.Token
Returns the postpunctuation characters of this Token.
getPrepunctuation() - Method in class com.sun.speech.freetts.Token
Returns the prepunctuation characters of this Token.
getPrevious() - Method in class com.sun.speech.freetts.Item
Gets the previous item in this list.
getProperty(String, String) - Static method in class com.sun.speech.freetts.util.Utilities
Gets a property by name and returns its value.
getQueueItem() - Method in class com.sun.speech.engine.synthesis.text.TextSynthesizer.OutputHandler
Returns, but does not remove, the first item on the queue.
getRate() - Method in class com.sun.speech.freetts.Voice
Gets the rate of speech.
getRelation(String) - Method in class com.sun.speech.freetts.Utterance
Retrieves a relation from this utterance.
getRenameList() - Method in class de.dfki.lt.freetts.en.us.MbrolaVoice
Returns the absolute file name of the MBROLA phonetic symbols rename table.
getResidualData() - Method in class com.sun.speech.freetts.relp.Sample
Gets the residual data associated with this sample
getResidualData(int) - Method in class com.sun.speech.freetts.relp.Sample
Returns the normalized residual data.
getResidualFold() - Method in class com.sun.speech.freetts.relp.SampleInfo
Returns the residual fold.
getResidualSize() - Method in class com.sun.speech.freetts.relp.Sample
Returns the number of residuals in this Sample.
getResidualSizes() - Method in class com.sun.speech.freetts.relp.LPCResult
Returns the array of residuals sizes.
getResiduals() - Method in class com.sun.speech.freetts.relp.LPCResult
Returns the array of residuals.
getResource(String) - Method in class com.sun.speech.freetts.Voice
Get a resource for this voice.
getResource(String) - Method in class de.dfki.lt.freetts.en.us.MbrolaVoice
Get a resource for this voice.
getRunTitle() - Method in class com.sun.speech.freetts.Voice
Gets the title for this run.
getSample(int) - Method in class com.sun.speech.freetts.relp.SampleSet
return the sample associated with the index
getSampleInfo() - Method in class com.sun.speech.freetts.relp.SampleSet
Retrieves the info on this SampleSet
getSampleRate() - Method in class com.sun.speech.freetts.relp.LPCResult
Returns the sample rate.
getSampleRate() - Method in class com.sun.speech.freetts.relp.SampleInfo
Returns the sample rate.
getSamples() - Method in class com.sun.speech.freetts.diphone.Diphone
Returns the samples associated with this diphone.
getSamples(int) - Method in class com.sun.speech.freetts.diphone.Diphone
Returns a particular sample.
getSegmentEnd(Item) - Static method in class com.sun.speech.freetts.util.SegmentRelationUtils
Returns the value of the feature end of the given Segment Item.
getSharedContents() - Method in class com.sun.speech.freetts.Item
Retrieves the shared contents for this item.
getSilentMode() - Method in class com.sun.speech.freetts.FreeTTS
Gets silent mode.
getSize() - Method in interface com.sun.speech.freetts.Unit
Returns the size of this unit.
getSonority(String) - Static method in class com.sun.speech.freetts.en.us.CMULexicon
Determines the sonority for the given phone.
getSpeakable() - Method in class com.sun.speech.freetts.Utterance
Returns the queueitem associated with this utterance.
getSpeakingRate() - Method in class com.sun.speech.engine.synthesis.BaseSynthesizerProperties
Gets the current target speaking rate in words per minute.
getSpeakingRate() - Method in class com.sun.speech.engine.synthesis.BaseVoice
Gets the speaking rate for this voice
getStandardDeviation() - Method in class com.sun.speech.freetts.PhoneDuration
Gets the standard deviation from the mean.
getState(int) - Method in class com.sun.speech.freetts.lexicon.LetterToSoundImpl
Gets the State at the given index.
getState(String) - Method in class com.sun.speech.freetts.lexicon.LetterToSoundImpl
Gets the State based upon the String.
getState(String, StringTokenizer) - Method in class com.sun.speech.freetts.lexicon.LetterToSoundImpl
Gets the State based upon the type and tokenizer.
getStatePanel() - Method in class com.sun.speech.engine.EngineMonitor
Gets the panel containing the labels for representing the current engine state.
getStatePanel() - Method in class com.sun.speech.engine.synthesis.SynthesizerMonitor
Gets the panel containing the labels for representing the current engine state.
getString(String) - Method in interface com.sun.speech.freetts.FeatureSet
Convenience method that returns the named feature as a string.
getString(String) - Method in class com.sun.speech.freetts.FeatureSetImpl
Convenience method that returns the named feature as a string.
getString(String) - Method in class com.sun.speech.freetts.Utterance
Convenience method that returns the named feature as a string.
getString(DataInputStream) - Static method in class com.sun.speech.freetts.util.Utilities
Inputs a string from a DataInputStream.
getString(ByteBuffer) - Static method in class com.sun.speech.freetts.util.Utilities
Inputs a string from a ByteBuffer.
getStyle() - Method in class com.sun.speech.freetts.Voice
Gets the voice style.
getSynthesizerModeDesc(Component, String) - Static method in class com.sun.speech.engine.synthesis.SynthesizerSelector
Asks Central for a list of available synthesizers.
getSynthesizerProperties() - Method in class com.sun.speech.engine.synthesis.BaseSynthesizer
Returns the SynthesizerProperties object (a JavaBean).
getTail() - Method in class com.sun.speech.freetts.Relation
Gets the tail of the item list.
getTail() - Method in class com.sun.speech.freetts.en.us.WordRelation
Returns the last item in this WordRelation.
getText() - Method in interface com.sun.speech.freetts.FreeTTSSpeakable
Returns the text corresponding to this Playable.
getText() - Method in class com.sun.speech.freetts.FreeTTSSpeakableImpl
Returns the text corresponding to this Playable.
getTime() - Method in interface com.sun.speech.freetts.audio.AudioPlayer
Gets the amount of audio played since the last resetTime
getTime() - Method in class com.sun.speech.freetts.audio.JavaClipAudioPlayer
Returns the current position in the output stream since the last resetTime Currently not supported.
getTime() - Method in class com.sun.speech.freetts.audio.JavaStreamingAudioPlayer
Gets the amount of played since the last mark
getTime() - Method in class com.sun.speech.freetts.audio.MultiFile8BitAudioPlayer
Gets the amount of played since the last mark
getTime() - Method in class com.sun.speech.freetts.audio.MultiFileAudioPlayer
Gets the amount of played since the last mark
getTime() - Method in class com.sun.speech.freetts.audio.NullAudioPlayer
Gets the amount of played since the last resetTime Currently not supported.
getTime() - Method in class com.sun.speech.freetts.audio.RawFileAudioPlayer
Gets the amount of played since the last resetTime Currently not supported.
getTime() - Method in class com.sun.speech.freetts.audio.SingleFileAudioPlayer
Gets the amount of played since the last mark
getTimes() - Method in class com.sun.speech.freetts.relp.LPCResult
Returns the array of times.
getTokenItem() - Method in class com.sun.speech.freetts.en.us.TokenToWords
Returns the currently processing token Item.
getTokenizer() - Method in class com.sun.speech.freetts.Voice
Returns the tokenizer associated with this voice.
getTokenizer() - Method in class com.sun.speech.freetts.en.us.CMUVoice
Gets a tokenizer for this voice
getTypeString() - Method in class com.sun.speech.engine.synthesis.text.TextSynthesizerQueueItem
Gets the type of this queue item.
getUnit(String) - Method in class com.sun.speech.freetts.diphone.DiphoneUnitDatabase
Looks up the diphone with the given name.
getUnitConcatenator() - Method in class com.sun.speech.freetts.en.us.CMUClusterUnitVoice
Returns the unit concatenator to be used by this voice.
getUnitConcatenator() - Method in class com.sun.speech.freetts.en.us.CMUDiphoneVoice
Returns the unit concatenator to be used by this voice.
getUnitConcatenator() - Method in class com.sun.speech.freetts.en.us.CMUVoice
Returns the unit concatenator to be used by this voice Derived voices typically override this to customize behaviors.
getUnitConcatenator() - Method in class de.dfki.lt.freetts.en.us.MbrolaVoice
Returns the unit concatenator to be used by this voice.
getUnitSelector() - Method in class com.sun.speech.freetts.en.us.CMUArcticVoice
Returns the unit selector to be used by this voice.
getUnitSelector() - Method in class com.sun.speech.freetts.en.us.CMUClusterUnitVoice
Returns the unit selector to be used by this voice.
getUnitSelector() - Method in class com.sun.speech.freetts.en.us.CMUDiphoneVoice
Returns the unit selector to be used by this voice.
getUnitSelector() - Method in class com.sun.speech.freetts.en.us.CMUVoice
Returns the unit selector to be used by this voice Derived voices typically override this to customize behaviors.
getUnitSelector() - Method in class de.dfki.lt.freetts.en.us.MbrolaVoice
Returns the unit selector to be used by this voice.
getUnitSize(int) - Method in class com.sun.speech.freetts.diphone.Diphone
Returns the total number of residuals in the given part for this diphone.
getUnitSize(int, int) - Method in class com.sun.speech.freetts.relp.SampleSet
Returns the size of the unit represented by the given start and end points
getUtterance() - Method in class com.sun.speech.freetts.Item
Returns the utterance associated with this item.
getUtterance() - Method in class com.sun.speech.freetts.Relation
Returns the utterance that contains this relation.
getUtteranceProcessors() - Method in class com.sun.speech.freetts.Voice
Return the list of UtteranceProcessor instances.
getVocabManager() - Method in class com.sun.speech.engine.BaseEngine
Returns an object that provides management of the vocabulary for this Engine.
getVoice() - Method in class com.sun.speech.engine.synthesis.BaseSynthesizerProperties
Gets the current synthesizer voice.
getVoice() - Method in class com.sun.speech.freetts.FreeTTS
Returns the voice used by FreeTTS.
getVoice() - Method in class com.sun.speech.freetts.Utterance
Retrieves the Voice associated with this Utterance.
getVoice(String) - Method in class com.sun.speech.freetts.VoiceManager
Get a Voice with a given name.
getVoice() - Method in class com.sun.speech.freetts.jsapi.FreeTTSVoice
Gets a FreeTTS com.sun.speech.freetts.Voice from this JSAPI voice
getVoiceById(String) - Method in class com.sun.speech.engine.synthesis.VoiceList
Gets a voice by its identifier.
getVoiceClassLoader() - Static method in class com.sun.speech.freetts.VoiceManager
Gets the class loader used for loading dynamically detected jars.
getVoiceId(Voice, int) - Method in class com.sun.speech.engine.synthesis.VoiceList
Gets the id of a voice.
getVoiceId(String, int, int, int) - Method in class com.sun.speech.engine.synthesis.VoiceList
Gets id for voice based on parameters provided in JSML.
getVoiceInfo() - Method in class com.sun.speech.freetts.VoiceManager
Prints detailed information about all available voices.
getVoiceList() - Method in class com.sun.speech.engine.synthesis.BaseSynthesizer
Returns the list of voices for this Synthesizer.
getVoices() - Method in class com.sun.speech.freetts.VoiceDirectory
Provide a means to access the voices in a voice jar file.
getVoices() - Method in class com.sun.speech.freetts.VoiceManager
Provide an array of all voices available to FreeTTS.
getVoices() - Method in class com.sun.speech.freetts.jsapi.FreeTTSSynthesizerModeDesc
Returns the valid voices in this synthesizer mode.
getVoices() - Method in class de.dfki.lt.freetts.en.us.MbrolaVoiceDirectory
 
getVolume() - Method in class com.sun.speech.engine.synthesis.BaseSynthesizerProperties
Gets the current volume.
getVolume() - Method in class com.sun.speech.engine.synthesis.BaseVoice
Gets the volume for this voice
getVolume() - Method in class com.sun.speech.freetts.Voice
Gets the volume.
getVolume() - Method in interface com.sun.speech.freetts.audio.AudioPlayer
Returns the current volume.
getVolume() - Method in class com.sun.speech.freetts.audio.JavaClipAudioPlayer
Returns the current volume.
getVolume() - Method in class com.sun.speech.freetts.audio.JavaStreamingAudioPlayer
Returns the current volume.
getVolume() - Method in class com.sun.speech.freetts.audio.MultiFile8BitAudioPlayer
Returns the current volume.
getVolume() - Method in class com.sun.speech.freetts.audio.MultiFileAudioPlayer
Returns the current volume.
getVolume() - Method in class com.sun.speech.freetts.audio.NullAudioPlayer
Returns the current volume.
getVolume() - Method in class com.sun.speech.freetts.audio.RawFileAudioPlayer
Returns the current volume.
getVolume() - Method in class com.sun.speech.freetts.audio.SingleFileAudioPlayer
Returns the current volume.
getWaveDumpFile() - Method in class com.sun.speech.freetts.Voice
Gets the dumpfile for this voice.
getWaveSamples() - Method in class com.sun.speech.freetts.relp.LPCResult
 
getWhitespace() - Method in class com.sun.speech.freetts.Token
Returns the whitespace characters of this Token.
getWord() - Method in class com.sun.speech.freetts.Token
Returns the string associated with this token.

H

handleAllocate() - Method in class com.sun.speech.engine.BaseEngine
Called from the allocate method.
handleAllocate() - Method in class com.sun.speech.engine.synthesis.text.TextSynthesizer
Starts the output thread.
handleAllocate() - Method in class com.sun.speech.freetts.jsapi.FreeTTSSynthesizer
Starts the output thread.
handleDeallocate() - Method in class com.sun.speech.engine.BaseEngine
Called from the deallocate method.
handleDeallocate() - Method in class com.sun.speech.engine.synthesis.text.TextSynthesizer
Stops the output thread.
handleDeallocate() - Method in class com.sun.speech.freetts.jsapi.FreeTTSSynthesizer
Handles a deallocation request.
handleEvent(EngineEvent) - Method in class com.sun.speech.engine.EngineMonitor
Handles an event from the engine.
handleEvent(EngineEvent) - Method in class com.sun.speech.engine.synthesis.SynthesizerMonitor
 
handlePause() - Method in class com.sun.speech.engine.BaseEngine
Called from the pause method.
handlePause() - Method in class com.sun.speech.engine.synthesis.text.TextSynthesizer
Pauses the output.
handlePause() - Method in class com.sun.speech.freetts.jsapi.FreeTTSSynthesizer
Pauses the output
handleResume() - Method in class com.sun.speech.engine.BaseEngine
Called from the resume method.
handleResume() - Method in class com.sun.speech.engine.synthesis.text.TextSynthesizer
Resumes the output.
handleResume() - Method in class com.sun.speech.freetts.jsapi.FreeTTSSynthesizer
Resumes the output
hasDaughters() - Method in class com.sun.speech.freetts.Item
Determines if this item has daughters.
hasErrors() - Method in interface com.sun.speech.freetts.Tokenizer
Returns true if there were errors while reading tokens.
hasErrors() - Method in class com.sun.speech.freetts.en.TokenizerImpl
Returns true if there were errors while reading tokens
hasMoreTokens() - Method in interface com.sun.speech.freetts.Tokenizer
Returns true if there are more tokens, false otherwise.
hasMoreTokens() - Method in class com.sun.speech.freetts.en.TokenizerImpl
Returns true if there are more tokens, false otherwise.
hasRelation(String) - Method in class com.sun.speech.freetts.Utterance
Determines if this utterance contains a relation with the given name.
hasVowel(String[], int) - Static method in class com.sun.speech.freetts.en.us.CMULexicon
Determines if there is a vowel in the remainder of the array, starting at the given index.
hasVowel(List) - Static method in class com.sun.speech.freetts.en.us.CMULexicon
Determines if there is a vowel in given list of phones.

I

INTERACTIVE - Static variable in class com.sun.speech.freetts.InputMode
Indicates that the input is from the keyboard.
INTERPRET_PATHS_PROPERTY - Static variable in class com.sun.speech.freetts.PathExtractorImpl
If this system property is set to true, paths will not be compiled.
InputMode - class com.sun.speech.freetts.InputMode.
Specifies the input mode of FreeTTS.
Intonator - class com.sun.speech.freetts.cart.Intonator.
Annotates the Relation.SYLLABLE relations of an utterance with "accent" and "endtone" features.
Intonator(CART, CART) - Constructor for class com.sun.speech.freetts.cart.Intonator
Creates a new Intonation UtteranceProcessor with the given CARTs.
Item - class com.sun.speech.freetts.Item.
Represents a node in a Relation.
Item(Relation, ItemContents) - Constructor for class com.sun.speech.freetts.Item
Creates an item.
ItemContents - class com.sun.speech.freetts.ItemContents.
Contains the information that is shared between multiple items.
ItemContents() - Constructor for class com.sun.speech.freetts.ItemContents
Class Constructor.
interpret(Item) - Method in interface com.sun.speech.freetts.cart.CART
Passes the given item through this CART and returns the interpretation.
interpret(Item) - Method in class com.sun.speech.freetts.cart.CARTImpl
Passes the given item through this CART and returns the interpretation.
isAWTRunning() - Static method in class com.sun.speech.engine.SpeechEventUtilities
Determine if the AWT event queue is running.
isBreak() - Method in interface com.sun.speech.freetts.Tokenizer
Determines if the current token should start a new sentence.
isBreak() - Method in class com.sun.speech.freetts.en.TokenizerImpl
Determines if the current token should start a new sentence.
isCancelled() - Method in class com.sun.speech.engine.synthesis.BaseSynthesizerQueueItem
determines if this queue item has been cancelled
isClosed() - Method in class com.sun.speech.freetts.OutputQueue
Determines if the queue is closed.
isCommand(String, int) - Method in class com.sun.speech.engine.synthesis.text.TextSynthesizer.OutputHandler
Determines if the next thing in line is a command.
isCompleted() - Method in class com.sun.speech.engine.synthesis.BaseSynthesizerQueueItem
returns true if this queue item has been processed.
isCompleted() - Method in interface com.sun.speech.freetts.FreeTTSSpeakable
Returns true if this queue item has been processed.
isCompleted() - Method in class com.sun.speech.freetts.FreeTTSSpeakableImpl
Returns true if this queue item has been processed.
isDetailedMetrics() - Method in class com.sun.speech.freetts.Voice
Gets the state of the detailedMetrics mode.
isDigit(char) - Static method in class com.sun.speech.freetts.en.us.NumberExpander
Returns true if the given character is a digit (0-9 only).
isDocument() - Method in interface com.sun.speech.freetts.FreeTTSSpeakable
Returns true if the item is a JSML document (Java Speech Markup Language).
isDocument() - Method in class com.sun.speech.freetts.FreeTTSSpeakableImpl
Returns true if the item is a JSML document (Java Speech Markup Language).
isDocument() - Method in class com.sun.speech.freetts.jsapi.FreeTTSSynthesizerQueueItem
Returns true if the item is a JSML document (Java Speech Markup Language text).
isDumpRelations() - Method in class com.sun.speech.freetts.Voice
Gets the state of the dumpRelations mode.
isDumpUtterance() - Method in class com.sun.speech.freetts.Voice
Gets the state of the dumpUtterance mode.
isFirst() - Method in class com.sun.speech.freetts.Utterance
Returns true if this utterance is the first is a series of utterances.
isLast() - Method in class com.sun.speech.freetts.Utterance
Returns true if this utterance is the last is a series of utterances.
isLoaded() - Method in class com.sun.speech.freetts.Voice
Returns true if this voice is loaded.
isLoaded() - Method in interface com.sun.speech.freetts.lexicon.Lexicon
Determines if this lexicon is loaded.
isLoaded() - Method in class com.sun.speech.freetts.lexicon.LexiconImpl
Determines if this lexicon is loaded.
isMetrics() - Method in class com.sun.speech.freetts.Voice
Gets the state of the metrics mode.
isPlainText() - Method in interface com.sun.speech.freetts.FreeTTSSpeakable
Returns true if the item contains plain text (not Java Speech Markup Language text).
isPlainText() - Method in class com.sun.speech.freetts.FreeTTSSpeakableImpl
Returns true if the item contains plain text (not Java Speech Markup Language text).
isPresent(String) - Method in interface com.sun.speech.freetts.FeatureSet
Determines if the given feature is present.
isPresent(String) - Method in class com.sun.speech.freetts.FeatureSetImpl
Determines if the given feature is present.
isPresent(String) - Method in class com.sun.speech.freetts.Utterance
Determines if the given feature is present.
isPronounceable(String) - Method in class com.sun.speech.freetts.en.us.TokenToWords
Returns true if the given word is pronounceable.
isQueueEmpty() - Method in class com.sun.speech.engine.synthesis.text.TextSynthesizer.OutputHandler
Determines if the queue is empty.
isSilence(String) - Static method in class com.sun.speech.freetts.en.us.CMULexicon
Determines if the given phone represents a silent phone.
isStream() - Method in interface com.sun.speech.freetts.FreeTTSSpeakable
Returns true if the item is an input stream.
isStream() - Method in class com.sun.speech.freetts.FreeTTSSpeakableImpl
Returns true if the item is an input stream.
isStream() - Method in class com.sun.speech.freetts.jsapi.FreeTTSSynthesizerQueueItem
Returns true if the item is an input stream
isStressed(String) - Method in class com.sun.speech.freetts.Segmenter
Determines if the given phonemene is stressed.
isSyllableBoundary(List, String[], int) - Method in class com.sun.speech.freetts.en.us.CMULexicon
Determines if the currentPhone represents a new syllable boundary.
isSyllableBoundary(List, String[], int) - Method in interface com.sun.speech.freetts.lexicon.Lexicon
Determines if the currentWordPhone represents a new syllable boundary.
isVerbose() - Method in class com.sun.speech.freetts.Voice
Gets the state of the verbose mode.
isVerbose() - Method in class com.sun.speech.freetts.util.BulkTimer
Checks to see if we are in verbose mode.
isVowel(String) - Static method in class com.sun.speech.freetts.en.us.CMULexicon
Determines if the given phone is a vowel
isWhitespace(String, int) - Method in class com.sun.speech.engine.synthesis.text.TextSynthesizer.OutputHandler
Determines if there is whitespace at the current index.
itemNumber - Static variable in class com.sun.speech.engine.synthesis.BaseSynthesizerQueueItem
Global count of queue items used for debug.

J

JSML - Static variable in class com.sun.speech.engine.synthesis.text.TextSynthesizerQueueItem
 
JSMLParser - class com.sun.speech.engine.synthesis.JSMLParser.
Parses a JSML 0.6 document and returns a DOM.
JSMLParser(String, boolean) - Constructor for class com.sun.speech.engine.synthesis.JSMLParser
Creates a new JSMLParser for the given JSML text.
JSMLParser(URL, boolean) - Constructor for class com.sun.speech.engine.synthesis.JSMLParser
Creates a new JSMLParser for the given URL.
JSML_ATTRIBUTES - Static variable in class com.sun.speech.engine.synthesis.text.TextSynthesizerQueueItem
 
JavaClipAudioPlayer - class com.sun.speech.freetts.audio.JavaClipAudioPlayer.
Provides an implementation of AudioPlayer that creates javax.sound.sampled audio clips and outputs them via the javax.sound API.
JavaClipAudioPlayer() - Constructor for class com.sun.speech.freetts.audio.JavaClipAudioPlayer
Constructs a default JavaClipAudioPlayer
JavaStreamingAudioPlayer - class com.sun.speech.freetts.audio.JavaStreamingAudioPlayer.
Streams audio to java audio.
JavaStreamingAudioPlayer() - Constructor for class com.sun.speech.freetts.audio.JavaStreamingAudioPlayer
Constructs a default JavaStreamingAudioPlayer

K

kingLike(Item) - Static method in class com.sun.speech.freetts.en.us.TokenToWords
Returns true if the given token item contains a token that is in a king-like context, e.g., "King" or "Louis".

L

LAZY_COMPILE_PROPERTY - Static variable in class com.sun.speech.freetts.PathExtractorImpl
If this system property is set to true, CART feature/item paths will only be compiled as needed.
LINES - Static variable in class com.sun.speech.freetts.InputMode
Indicates that the input is a set of lines in a file..
LOAD - Static variable in class com.sun.speech.freetts.util.BulkTimer
A BulkTimer that can be used by classes that need to time their loading phase.
LPCResult - class com.sun.speech.freetts.relp.LPCResult.
Contains the result of linear predictive coding processing.
LPCResult() - Constructor for class com.sun.speech.freetts.relp.LPCResult
 
LetterToSound - interface com.sun.speech.freetts.lexicon.LetterToSound.
Provides the phone list for words using letter-to-sound rules.
LetterToSoundImpl - class com.sun.speech.freetts.lexicon.LetterToSoundImpl.
Provides the phone list for words using the CMU6 letter-to-sound (LTS) rules, which are based on the Black, Lenzo, and Pagel paper, "Issues in Building General Letter-to-Sound Rules."
LetterToSoundImpl(URL, boolean) - Constructor for class com.sun.speech.freetts.lexicon.LetterToSoundImpl
Class constructor.
Lexicon - interface com.sun.speech.freetts.lexicon.Lexicon.
Provides the phone list for words.
LexiconImpl - class com.sun.speech.freetts.lexicon.LexiconImpl.
Provides an implementation of a Lexicon.
LexiconImpl(URL, URL, URL, boolean) - Constructor for class com.sun.speech.freetts.lexicon.LexiconImpl
Create a new LexiconImpl by reading from the given URLS.
LexiconImpl() - Constructor for class com.sun.speech.freetts.lexicon.LexiconImpl
Class constructor for an empty Lexicon.
letterIndex - Variable in class com.sun.speech.freetts.lexicon.LetterToSoundImpl
The indexes of the starting points for letters in the state machine.
linearize(Node, StringBuffer) - Method in class com.sun.speech.engine.synthesis.text.TextSynthesizerQueueItem
Appends the text for this node to the given StringBuffer.
listeners - Variable in class com.sun.speech.engine.BaseAudioManager
List of AudioListeners registered for AudioEvents on this object.
load() - Method in class com.sun.speech.freetts.Voice
Deprecated. As of FreeTTS 1.2, replaced by Voice.allocate().
load() - Method in interface com.sun.speech.freetts.lexicon.Lexicon
Loads this lexicon.
load() - Method in class com.sun.speech.freetts.lexicon.LexiconImpl
Loads the data for this lexicon.
loadBinary(ByteBuffer) - Static method in class com.sun.speech.freetts.cart.CARTImpl
Loads a CART from the input byte buffer.
loadBinary(DataInputStream) - Static method in class com.sun.speech.freetts.cart.CARTImpl
Loads a CART from the input stream.
loadBinary(ByteBuffer) - Static method in class com.sun.speech.freetts.diphone.Diphone
Loads a new diphone from the given buffer.
loadBinary(DataInputStream) - Static method in class com.sun.speech.freetts.diphone.Diphone
Loads a new diphone from the given DataInputStream.
loadBinary(ByteBuffer) - Static method in class com.sun.speech.freetts.relp.Sample
Loads the samples from the byte bufer
loadBinary(DataInputStream) - Static method in class com.sun.speech.freetts.relp.Sample
Loads the samples from the given channel
loadTextLexicon(InputStream, int) - Method in class com.sun.speech.freetts.lexicon.LexiconImpl
Reads the given input stream as text lexicon data and returns the results in a Map.
loader() - Method in class com.sun.speech.freetts.Voice
Loads voice specific data.
loader() - Method in class com.sun.speech.freetts.en.us.CMUVoice
Called by Voice during loading, derived voices should override this to provide customized loading.
log(String) - Method in class com.sun.speech.freetts.Voice
Prints the given message to System.out if "verbose" operation is enabled.

M

MALE - Static variable in class com.sun.speech.freetts.Gender
Male.
MARKER - Static variable in class com.sun.speech.engine.synthesis.text.TextSynthesizerQueueItem
 
MARKER_ATTRIBUTES - Static variable in class com.sun.speech.engine.synthesis.text.TextSynthesizerQueueItem
 
MIDDLE_ADULT - Static variable in class com.sun.speech.freetts.Age
Age roughly 40 to 60 years.
MbrolaAudioOutput - class de.dfki.lt.freetts.mbrola.MbrolaAudioOutput.
Supports generating audio output from an MBROLA-synthesised utterance.
MbrolaAudioOutput() - Constructor for class de.dfki.lt.freetts.mbrola.MbrolaAudioOutput
 
MbrolaCaller - class de.dfki.lt.freetts.mbrola.MbrolaCaller.
Calls external MBROLA binary to synthesise the utterance.
MbrolaCaller(String[]) - Constructor for class de.dfki.lt.freetts.mbrola.MbrolaCaller
Create an Mbrola caller which will call an external MBROLA binary using the command cmd.
MbrolaVoice - class de.dfki.lt.freetts.en.us.MbrolaVoice.
Defines an unlimited-domain diphone synthesis based voice using the MBROLA synthesis.
MbrolaVoice(String, String, float, float, float, String, Gender, Age, String, Locale, String, String, CMULexicon) - Constructor for class de.dfki.lt.freetts.en.us.MbrolaVoice
Creates an MbrolaVoice.
MbrolaVoiceDirectory - class de.dfki.lt.freetts.en.us.MbrolaVoiceDirectory.
Provides access to MBROLA voices.
MbrolaVoiceDirectory() - Constructor for class de.dfki.lt.freetts.en.us.MbrolaVoiceDirectory
 
MbrolaVoiceValidator - class de.dfki.lt.freetts.en.us.MbrolaVoiceValidator.
Shows this MbrolaVoice is valid (or usable).
MbrolaVoiceValidator(MbrolaVoice) - Constructor for class de.dfki.lt.freetts.en.us.MbrolaVoiceValidator
 
MultiFile8BitAudioPlayer - class com.sun.speech.freetts.audio.MultiFile8BitAudioPlayer.
Streams audio to multiple files as 8-bit samples, one per utterance.
MultiFile8BitAudioPlayer() - Constructor for class com.sun.speech.freetts.audio.MultiFile8BitAudioPlayer
Creates a default audio player for an AudioFileFormat of type WAVE.
MultiFile8BitAudioPlayer(String, AudioFileFormat.Type) - Constructor for class com.sun.speech.freetts.audio.MultiFile8BitAudioPlayer
Constructs a MultiFile8BitAudioPlayer
MultiFileAudioPlayer - class com.sun.speech.freetts.audio.MultiFileAudioPlayer.
Streams audio to multiple files, one per utterance.
MultiFileAudioPlayer() - Constructor for class com.sun.speech.freetts.audio.MultiFileAudioPlayer
Creates a default audio player for an AudioFileFormat of type WAVE.
MultiFileAudioPlayer(String, AudioFileFormat.Type) - Constructor for class com.sun.speech.freetts.audio.MultiFileAudioPlayer
Constructs a MultiFileAudioPlayer
main(String[]) - Static method in class com.sun.speech.freetts.FreeTTS
The main entry point for FreeTTS.
main(String[]) - Static method in class com.sun.speech.freetts.FreeTTSTime
The main entry point for FreeTTSTime.
main(String[]) - Static method in class com.sun.speech.freetts.VoiceDirectory
The main function must be implemented by subclasses to print out information about provided voices.
main(String[]) - Static method in class com.sun.speech.freetts.clunits.ClusterUnitDatabase
Manipulates a ClusterUnitDatabase.
main(String[]) - Static method in class com.sun.speech.freetts.diphone.DiphoneUnitDatabase
Manipulates a DiphoneUnitDatabase.
main(String[]) - Static method in class com.sun.speech.freetts.en.us.CMULexicon
Provides test code for the CMULexicon.
main(String[]) - Static method in class com.sun.speech.freetts.lexicon.LetterToSoundImpl
Translates between text and binary forms of the CMU6 LTS rules.
main(String[]) - Static method in class com.sun.speech.freetts.util.Timer
The main program for performing simple tests.
main(String[]) - Static method in class com.sun.speech.freetts.util.WaveUtils
Provides test program for method ulawToShort().
main(String[]) - Static method in class de.dfki.lt.freetts.en.us.MbrolaVoiceDirectory
Prints out the MBROLA voices.

N

NEUTRAL - Static variable in class com.sun.speech.freetts.Age
An Age that is indeterminate.
NEUTRAL - Static variable in class com.sun.speech.freetts.Gender
Neutral such as a robot or artificial.
NONE - Static variable in class com.sun.speech.freetts.InputMode
Indicates that there is no input mode
NullAudioPlayer - class com.sun.speech.freetts.audio.NullAudioPlayer.
Provides an implementation of AudioPlayer that sends all audio data to the bit bucket.
NullAudioPlayer() - Constructor for class com.sun.speech.freetts.audio.NullAudioPlayer
Constructs a NullAudioPlayer
NumberExpander - class com.sun.speech.freetts.en.us.NumberExpander.
Expands Strings containing digits characters into a list of words representing those digits.
nearestSample(float, int) - Method in class com.sun.speech.freetts.diphone.Diphone
Returns the sample that is closest to uIndex.

O

OLDER_ADULT - Static variable in class com.sun.speech.freetts.Age
Age roughly 60 years and up.
OutputQueue - class com.sun.speech.freetts.OutputQueue.
Manages a process queue for utterances.
OutputQueue(int) - Constructor for class com.sun.speech.freetts.OutputQueue
Creates an OutputQueue with the given size.
OutputQueue() - Constructor for class com.sun.speech.freetts.OutputQueue
Creates a queue with the default size.
outString(DataOutputStream, String) - Static method in class com.sun.speech.freetts.util.Utilities
Outputs a string to the given stream.
outputItem(TextSynthesizerQueueItem) - Method in class com.sun.speech.engine.synthesis.text.TextSynthesizer.OutputHandler
Starts outputting the item.

P

PAUSE - Static variable in class com.sun.speech.engine.synthesis.text.TextSynthesizer.OutputHandler
 
PHONEME - Static variable in class com.sun.speech.engine.synthesis.text.TextSynthesizerQueueItem
 
PHONEME_ATTRIBUTES - Static variable in class com.sun.speech.engine.synthesis.text.TextSynthesizerQueueItem
 
PHRASE - Static variable in class com.sun.speech.freetts.Relation
Name of the relation that groups elements from the Word relation into phrases.
PREPUNCTUATION_SYMBOLS - Static variable in class com.sun.speech.freetts.en.us.USEnglish
pre-punctuation regular expression pattern
PROP_OUTPUT_LPC - Static variable in class com.sun.speech.freetts.relp.UnitConcatenator
 
PROP_PREFIX - Static variable in class com.sun.speech.freetts.Voice
Prefix for System property names.
PROSODY - Static variable in class com.sun.speech.engine.synthesis.text.TextSynthesizerQueueItem
 
PROSODY_ATTRIBUTES - Static variable in class com.sun.speech.engine.synthesis.text.TextSynthesizerQueueItem
 
PUNCTUATION_SYMBOLS - Static variable in class com.sun.speech.freetts.en.us.USEnglish
punctuation regular expression pattern
ParametersToMbrolaConverter - class de.dfki.lt.freetts.mbrola.ParametersToMbrolaConverter.
Utterance processor converting phoneme timing and f0-time targets into MBROLA format.
ParametersToMbrolaConverter() - Constructor for class de.dfki.lt.freetts.mbrola.ParametersToMbrolaConverter
 
PartOfSpeech - interface com.sun.speech.freetts.PartOfSpeech.
Determines the part of speech of a word.
PartOfSpeechImpl - class com.sun.speech.freetts.PartOfSpeechImpl.
Implementation of a PartOfSpeech that reads the info from a file.
PartOfSpeechImpl(URL, String) - Constructor for class com.sun.speech.freetts.PartOfSpeechImpl
Creates a new PartOfSpeechImpl by reading from the given URL.
PartOfSpeechTagger - class com.sun.speech.freetts.en.PartOfSpeechTagger.
Tags the words in the utterance with their part-of-speech.
PartOfSpeechTagger() - Constructor for class com.sun.speech.freetts.en.PartOfSpeechTagger
Constructs a PartOfSpeechTagger
PathExtractor - interface com.sun.speech.freetts.PathExtractor.
Manages a feature or item path.
PathExtractorImpl - class com.sun.speech.freetts.PathExtractorImpl.
Interface that Manages a feature or item path.
PathExtractorImpl(String, boolean) - Constructor for class com.sun.speech.freetts.PathExtractorImpl
Creates a path for the given feature.
PauseGenerator - class com.sun.speech.freetts.en.PauseGenerator.
Annotates an utterance with pause information.
PauseGenerator() - Constructor for class com.sun.speech.freetts.en.PauseGenerator
Constructs a PauseGenerator
PhoneDuration - class com.sun.speech.freetts.PhoneDuration.
Maintains the mean duration and standard deviation about a phone.
PhoneDuration(float, float) - Constructor for class com.sun.speech.freetts.PhoneDuration
Creates a new PhoneDuration with the given mean and standard deviation.
PhoneDurations - interface com.sun.speech.freetts.PhoneDurations.
Maintains a set of PhoneDuration instances indexed by phone.
PhoneDurationsImpl - class com.sun.speech.freetts.PhoneDurationsImpl.
Maintains set of PhoneDuration instances read in from a file.
PhoneDurationsImpl(URL) - Constructor for class com.sun.speech.freetts.PhoneDurationsImpl
Creates a new PhoneDurationsImpl by reading from the given URL.
PhoneSet - interface com.sun.speech.freetts.PhoneSet.
Maintains a list of phones with various features for those phones.
PhoneSetImpl - class com.sun.speech.freetts.PhoneSetImpl.
Implementation of a PhoneSet that reads the info from a file.
PhoneSetImpl(URL) - Constructor for class com.sun.speech.freetts.PhoneSetImpl
Create a new PhoneSetImpl by reading from the given URL.
Phraser - class com.sun.speech.freetts.cart.Phraser.
Creates a Relation.PHRASE relation, grouping Relation.WORD relations by breaks.
Phraser(CART) - Constructor for class com.sun.speech.freetts.cart.Phraser
Creates a new Phrasing UtteranceProcessor with the given CART.
PostLexicalAnalyzer - class com.sun.speech.freetts.en.PostLexicalAnalyzer.
Annotates the utterance with post lexical information.
PostLexicalAnalyzer() - Constructor for class com.sun.speech.freetts.en.PostLexicalAnalyzer
Constructs a PostLexicalAnalyzer
PrefixFSM - class com.sun.speech.freetts.en.us.PrefixFSM.
Implements a finite state machine that checks if a given string is a prefix.
PrefixFSM(URL) - Constructor for class com.sun.speech.freetts.en.us.PrefixFSM
Constructs a PrefixFSM.
ProcessException - exception com.sun.speech.freetts.ProcessException.
Thrown by an UtteranceProcessor if any errors are encountered while processing an Utterance.
ProcessException(String) - Constructor for class com.sun.speech.freetts.ProcessException
Class constructor.
PronounceableFSM - class com.sun.speech.freetts.en.us.PronounceableFSM.
Implements a finite state machine that checks if a given string is pronounceable.
PronounceableFSM(URL, boolean) - Constructor for class com.sun.speech.freetts.en.us.PronounceableFSM
Constructs a PronounceableFSM with information in the given URL.
PronounceableFSM(int, int[], boolean) - Constructor for class com.sun.speech.freetts.en.us.PronounceableFSM
Constructs a PronounceableFSM with the given attributes.
pad(int) - Static method in class com.sun.speech.freetts.util.Utilities
Returns a string with the given number of spaces.
pad(String, int) - Static method in class com.sun.speech.freetts.util.Utilities
Pads with spaces or truncates the given string to guarantee that it is exactly the desired length.
parse(InputSource, boolean) - Method in class com.sun.speech.engine.synthesis.JSMLParser
Parses the source and optionally validates it.
parseAndAdd(String) - Method in class com.sun.speech.freetts.cart.CARTImpl
Creates a node from the given input line and add it to the CART.
parseAndAdd(List, String) - Method in class com.sun.speech.freetts.en.ContourGenerator
Parses the line into an F0ModelTerm.
parseAndAdd(String) - Method in class com.sun.speech.freetts.lexicon.LetterToSoundImpl
Creates a word from the given input line and add it to the state machine.
parseAndAdd(Map, String) - Method in class com.sun.speech.freetts.lexicon.LexiconImpl
Creates a word from the given input line and add it to the lexicon.
parseValue(String) - Method in class com.sun.speech.freetts.cart.CARTImpl
Coerces a string into a value.
pause() - Method in class com.sun.speech.engine.BaseEngine
Pauses the audio stream for this Engine and put this Engine into the PAUSED state.
pause() - Method in interface com.sun.speech.freetts.audio.AudioPlayer
Pauses all audio output on this player.
pause() - Method in class com.sun.speech.freetts.audio.JavaClipAudioPlayer
Pauses audio output.
pause() - Method in class com.sun.speech.freetts.audio.JavaStreamingAudioPlayer
Pauses audio output
pause() - Method in class com.sun.speech.freetts.audio.MultiFile8BitAudioPlayer
Pauses audio output
pause() - Method in class com.sun.speech.freetts.audio.MultiFileAudioPlayer
Pauses audio output
pause() - Method in class com.sun.speech.freetts.audio.NullAudioPlayer
Pauses the audio output
pause() - Method in class com.sun.speech.freetts.audio.RawFileAudioPlayer
Pauses the audio output
pause() - Method in class com.sun.speech.freetts.audio.SingleFileAudioPlayer
Pauses audio output
pauseItem() - Method in class com.sun.speech.engine.synthesis.text.TextSynthesizer.OutputHandler
Pauses the output.
pausedLabel - Variable in class com.sun.speech.engine.EngineMonitor
The label containing the string "paused".
pend() - Method in class com.sun.speech.freetts.OutputQueue
Blocks until there is an utterance in the queue.
phoneme(String) - Method in class com.sun.speech.engine.synthesis.BaseSynthesizer
Optional method that converts a text string to a phoneme string.
playWave(AudioPlayer, Utterance) - Method in class com.sun.speech.freetts.relp.LPCResult
Synthesize a Wave from this LPCResult
post(Utterance) - Method in class com.sun.speech.freetts.OutputQueue
Posts the given utterance to the queue.
postEngineAllocated(long, long) - Method in class com.sun.speech.engine.BaseEngine
Utility function that generates an ENGINE_ALLOCATED event and posts it to the event queue.
postEngineAllocatingResources(long, long) - Method in class com.sun.speech.engine.BaseEngine
Utility function that generates an ENGINE_ALLOCATING_RESOURCES event and posts it to the event queue.
postEngineDeallocated(long, long) - Method in class com.sun.speech.engine.BaseEngine
Utility function that generates an ENGINE_DEALLOCATED event and posts it to the event queue.
postEngineDeallocatingResources(long, long) - Method in class com.sun.speech.engine.BaseEngine
Utility function that generates ENGINE_DEALLOCATING_RESOURCES event and posts it to the event queue.
postEnginePaused(long, long) - Method in class com.sun.speech.engine.BaseEngine
Utility function that generates an ENGINE_PAUSED event and posts it to the event queue.
postEngineResumed(long, long) - Method in class com.sun.speech.engine.BaseEngine
Utility function that generates an ENGINE_RESUMED event and posts it to the event queue.
postMarkerReached(String, int) - Method in class com.sun.speech.engine.synthesis.BaseSynthesizerQueueItem
Utility function that generates a MARKER_REACHED event and posts it to the event queue.
postPropertyChangeEvent(String, Object, Object) - Method in class com.sun.speech.engine.BaseEngineProperties
Generates a PropertyChangeEvent for an Object value and posts it to the event queue.
postPropertyChangeEvent(String, float, float) - Method in class com.sun.speech.engine.BaseEngineProperties
Generates a PropertyChangeEvent for a float value and posts it to the event queue.
postPropertyChangeEvent(String, int, int) - Method in class com.sun.speech.engine.BaseEngineProperties
Generates a PropertyChangeEvent for a int value and posts it to the event queue.
postPropertyChangeEvent(String, boolean, boolean) - Method in class com.sun.speech.engine.BaseEngineProperties
Generates a PropertyChangeEvent for a boolean value and posts it to the event queue.
postQueueEmptied(long, long) - Method in class com.sun.speech.engine.synthesis.BaseSynthesizer
Utility function that generates QUEUE_EMPTIED event and posts it to the event queue.
postQueueUpdated(boolean, long, long) - Method in class com.sun.speech.engine.synthesis.BaseSynthesizer
Utility function that generates QUEUE_UPDATED event and posts it to the event queue.
postSpeakableCancelled() - Method in class com.sun.speech.engine.synthesis.BaseSynthesizerQueueItem
Utility function that generates a SPEAKABLE_CANCELLED event and posts it to the event queue.
postSpeakableEnded() - Method in class com.sun.speech.engine.synthesis.BaseSynthesizerQueueItem
Utility function that generates a SPEAKABLE_ENDED event and posts it to the event queue.
postSpeakablePaused() - Method in class com.sun.speech.engine.synthesis.BaseSynthesizerQueueItem
Utility function that generates a SPEAKABLE_PAUSED event and posts it to the event queue.
postSpeakableResumed() - Method in class com.sun.speech.engine.synthesis.BaseSynthesizerQueueItem
Utility function that generates a SPEAKABLE_RESUMED event and posts it to the event queue.
postSpeakableStarted() - Method in class com.sun.speech.engine.synthesis.BaseSynthesizerQueueItem
Utility function that generates a SPEAKABLE_STARTED event and posts it to the event queue.
postSpeechEvent(SpeechEventDispatcher, SpeechEvent) - Static method in class com.sun.speech.engine.SpeechEventUtilities
Post a JSAPI SpeechEvent.
postSpeechEvent(SpeechEventDispatcher, SpeechEvent, boolean) - Static method in class com.sun.speech.engine.SpeechEventUtilities
Post a JSAPI SpeechEvent.
postTopOfQueue() - Method in class com.sun.speech.engine.synthesis.BaseSynthesizerQueueItem
Utility function that generates a TOP_OF_QUEUE event and posts it to the event queue.
postWordStarted(String, int, int) - Method in class com.sun.speech.engine.synthesis.BaseSynthesizerQueueItem
Utility function that generates a WORD_STARTED event and posts it to the event queue.
prependItem(Item) - Method in class com.sun.speech.freetts.Item
Prepends an item in this list before this item.
process(Item) - Method in interface com.sun.speech.freetts.FeatureProcessor
Performs some processing on the given item.
process(Item) - Method in class com.sun.speech.freetts.en.us.FeatureProcessors.Accented
Performs some processing on the given item.
process(Item) - Method in class com.sun.speech.freetts.en.us.FeatureProcessors.AccentedSylIn
Performs some processing on the given item.
process(Item) - Method in class com.sun.speech.freetts.en.us.FeatureProcessors.Gpos
Performs some processing on the given item.
process(Item) - Method in class com.sun.speech.freetts.en.us.FeatureProcessors.LastAccent
Performs some processing on the given item.
process(Item) - Method in class com.sun.speech.freetts.en.us.FeatureProcessors.MonthRange
Performs some processing on the given item.
process(Item) - Method in class com.sun.speech.freetts.en.us.FeatureProcessors.NumDigits
Performs some processing on the given item.
process(Item) - Method in class com.sun.speech.freetts.en.us.FeatureProcessors.PH_CPlace
Performs some processing on the given item.
process(Item) - Method in class com.sun.speech.freetts.en.us.FeatureProcessors.PH_CType
Performs some processing on the given item.
process(Item) - Method in class com.sun.speech.freetts.en.us.FeatureProcessors.PH_CVox
Performs some processing on the given item.
process(Item) - Method in class com.sun.speech.freetts.en.us.FeatureProcessors.PH_VC
Performs some processing on the given item.
process(Item) - Method in class com.sun.speech.freetts.en.us.FeatureProcessors.PH_VFront
Performs some processing on the given item.
process(Item) - Method in class com.sun.speech.freetts.en.us.FeatureProcessors.PH_VHeight
Performs some processing on the given item.
process(Item) - Method in class com.sun.speech.freetts.en.us.FeatureProcessors.PH_VLength
Performs some processing on the given item.
process(Item) - Method in class com.sun.speech.freetts.en.us.FeatureProcessors.PH_VRnd
Performs some processing on the given item.
process(Item) - Method in class com.sun.speech.freetts.en.us.FeatureProcessors.PosInSyl
Performs some processing on the given item.
process(Item) - Method in class com.sun.speech.freetts.en.us.FeatureProcessors.PositionType
Performs some processing on the given item.
process(Item) - Method in class com.sun.speech.freetts.en.us.FeatureProcessors.SegCodaFric
Performs some processing on the given item.
process(Item) - Method in class com.sun.speech.freetts.en.us.FeatureProcessors.SegCodaGlide
Performs some processing on the given item.
process(Item) - Method in class com.sun.speech.freetts.en.us.FeatureProcessors.SegCodaNasal
Performs some processing on the given item.
process(Item) - Method in class com.sun.speech.freetts.en.us.FeatureProcessors.SegCodaStop
Performs some processing on the given item.
process(Item) - Method in class com.sun.speech.freetts.en.us.FeatureProcessors.SegOnsetCoda
Performs some processing on the given item.
process(Item) - Method in class com.sun.speech.freetts.en.us.FeatureProcessors.SegOnsetFric
Performs some processing on the given item.
process(Item) - Method in class com.sun.speech.freetts.en.us.FeatureProcessors.SegOnsetGlide
Performs some processing on the given item.
process(Item) - Method in class com.sun.speech.freetts.en.us.FeatureProcessors.SegOnsetNasal
Performs some processing on the given item.
process(Item) - Method in class com.sun.speech.freetts.en.us.FeatureProcessors.SegOnsetStop
Performs some processing on the given item.
process(Item) - Method in class com.sun.speech.freetts.en.us.FeatureProcessors.SegmentDuration
Performs some processing on the given item.
process(Item) - Method in class com.sun.speech.freetts.en.us.FeatureProcessors.StressedSylIn
Performs some processing on the given item.
process(Item) - Method in class com.sun.speech.freetts.en.us.FeatureProcessors.StressedSylOut
Performs some processing on the given item.
process(Item) - Method in class com.sun.speech.freetts.en.us.FeatureProcessors.SubPhrases
Performs some processing on the given item.
process(Item) - Method in class com.sun.speech.freetts.en.us.FeatureProcessors.SylBreak
Performs some processing on the given item.
process(Item) - Method in class com.sun.speech.freetts.en.us.FeatureProcessors.SylCodaSize
Performs some processing on the given item.
process(Item) - Method in class com.sun.speech.freetts.en.us.FeatureProcessors.SylIn
Performs some processing on the given item.
process(Item) - Method in class com.sun.speech.freetts.en.us.FeatureProcessors.SylOnsetSize
Performs some processing on the given item.
process(Item) - Method in class com.sun.speech.freetts.en.us.FeatureProcessors.SylOut
Performs some processing on the given item.
process(Item) - Method in class com.sun.speech.freetts.en.us.FeatureProcessors.TokenPosGuess
Performs some processing on the given item.
process(Item) - Method in class com.sun.speech.freetts.en.us.FeatureProcessors.WordBreak
Performs some processing on the given item.
process(Item) - Method in class com.sun.speech.freetts.en.us.FeatureProcessors.WordNumSyls
Performs some processing on the given item.
process(Item) - Method in class com.sun.speech.freetts.en.us.FeatureProcessors.WordPunc
Performs some processing on the given item.
processAttributes(Element, String[]) - Method in class com.sun.speech.engine.synthesis.text.TextSynthesizerQueueItem
Gets the list of attributes of the element and returns them in a StringBuffer.
processCommand(TextSynthesizerQueueItem, String, int) - Method in class com.sun.speech.engine.synthesis.text.TextSynthesizer.OutputHandler
Attempts to process a command starting at the next character in the synthesizer text.
processElement(Element, StringBuffer) - Method in class com.sun.speech.engine.synthesis.text.TextSynthesizerQueueItem
Adds any commands for this element and returns any text that might be needed to undo the effects of this element after it is processed.
processEvent(AWTEvent) - Method in class com.sun.speech.engine.SpeechEventUtilities.SpeechAWTEventTarget
 
processNode(Node, StringBuffer) - Method in class com.sun.speech.engine.synthesis.text.TextSynthesizerQueueItem
Adds text for just this node, and returns any text that might be needed to undo the effects of this node after it is processed.
processNode(Node, StringBuffer) - Method in class com.sun.speech.freetts.Voice
Adds text for just this node and returns any text that might be needed to undo the effects of this node after it is processed.
processNormalText(TextSynthesizerQueueItem, String, int) - Method in class com.sun.speech.engine.synthesis.text.TextSynthesizer.OutputHandler
Processes next set of characters in output up to whitespace or next '/' that could indicate the start of a command.
processUtterance(Utterance) - Method in class com.sun.speech.freetts.Segmenter
Annotates an utterance with Relation.SYLLABLE, Relation.SYLLABLE_STRUCTURE, and Relation.SEGMENT.
processUtterance(Utterance) - Method in interface com.sun.speech.freetts.UtteranceProcessor
Performs an operation on the given Utterance.
processUtterance(Utterance) - Method in class com.sun.speech.freetts.Voice
Processes the given Utterance by passing it to each UtteranceProcessor managed by this Voice.
processUtterance(Utterance) - Method in class com.sun.speech.freetts.cart.Durator
Annotates the Relation.SEGMENT relations with cumulative "end" time features based on phone durations.
processUtterance(Utterance) - Method in class com.sun.speech.freetts.cart.Intonator
Annotates the Relation.SYLLABLE relations of an utterance with "accent" and "endtone" features.
processUtterance(Utterance) - Method in class com.sun.speech.freetts.cart.Phraser
Creates a Relation.PHRASE relation, grouping Relation.WORD relations by breaks.
processUtterance(Utterance) - Method in class com.sun.speech.freetts.clunits.ClusterUnitPitchmarkGenerator
Calculates the pitchmarks for the utterance and adds them as an LPCResult to the Utterance in a relation named "target_lpcres".
processUtterance(Utterance) - Method in class com.sun.speech.freetts.clunits.ClusterUnitSelector
Generates the Unit Relation from the Segment Relation.
processUtterance(Utterance) - Method in class com.sun.speech.freetts.diphone.DiphonePitchmarkGenerator
Generates the LPCResult for this utterance.
processUtterance(Utterance) - Method in class com.sun.speech.freetts.diphone.DiphoneUnitSelector
Generates the Unit Relation from the Segment Relation.
processUtterance(Utterance) - Method in class com.sun.speech.freetts.en.ContourGenerator
Generates the F0 contour for the utterance.
processUtterance(Utterance) - Method in class com.sun.speech.freetts.en.PartOfSpeechTagger
Tags the utterance with part-of-speech information.
processUtterance(Utterance) - Method in class com.sun.speech.freetts.en.PauseGenerator
Annotates an utterance with pause information.
processUtterance(Utterance) - Method in class com.sun.speech.freetts.en.PostLexicalAnalyzer
Performs the post lexical processing.
processUtterance(Utterance) - Method in class com.sun.speech.freetts.en.us.TokenToWords
process the utterance
processUtterance(Utterance) - Method in class com.sun.speech.freetts.relp.AudioOutput
Generates audio waves for the given Utterance.
processUtterance(Utterance) - Method in class com.sun.speech.freetts.relp.UnitConcatenator
Concatenate the Units in the given Utterance to the target_lpc result.
processUtterance(Utterance) - Method in class de.dfki.lt.freetts.mbrola.MbrolaAudioOutput
Reads audio data generated by the external MBROLA binary for the given Utterance.
processUtterance(Utterance) - Method in class de.dfki.lt.freetts.mbrola.MbrolaCaller
Call external MBROLA binary to synthesise the utterance.
processUtterance(Utterance) - Method in class de.dfki.lt.freetts.mbrola.ParametersToMbrolaConverter
Convert phoneme timing and f0-time targets into MBROLA format.
processWhitespace(String, int) - Method in class com.sun.speech.engine.synthesis.text.TextSynthesizer.OutputHandler
Processes whitespace at the current index in the synthesizer text.
propertyChangeListeners - Variable in class com.sun.speech.engine.BaseEngineProperties
List of PropertyChangeListeners registered for PropertyChangeEvents on this object.

Q

queue - Variable in class com.sun.speech.engine.synthesis.text.TextSynthesizer.OutputHandler
Internal speech output queue that will contain a set of TextSynthesizerQueueItems.
queueEmptyLabel - Variable in class com.sun.speech.engine.synthesis.SynthesizerMonitor
Label containing "queue empty"
queueNotEmptyLabel - Variable in class com.sun.speech.engine.synthesis.SynthesizerMonitor
Label containing "queue not empty"
queueSizeLabel - Variable in class com.sun.speech.engine.synthesis.SynthesizerMonitor
Label containing "queue size"

R

RESUME - Static variable in class com.sun.speech.engine.synthesis.text.TextSynthesizer.OutputHandler
 
RX_ALPHABET - Static variable in class com.sun.speech.freetts.en.us.USEnglish
letter regular expression pattern
RX_ALPHANUMERIC - Static variable in class com.sun.speech.freetts.en.us.USEnglish
alphanumeric regular expression pattern
RX_COMMAINT - Static variable in class com.sun.speech.freetts.en.us.USEnglish
comma separated integer regular expression pattern
RX_DEFAULT_DIGITS2DASH - Static variable in class com.sun.speech.freetts.en.us.USEnglish
default digits2dash (e.g. 999-999-999) regular expression
RX_DEFAULT_DIGITSSLASHDIGITS - Static variable in class com.sun.speech.freetts.en.us.USEnglish
default digits/digits (e.g. 999/999) regular expression
RX_DEFAULT_DRST - Static variable in class com.sun.speech.freetts.en.us.USEnglish
default drst "Dr.
RX_DEFAULT_FOUR_DIGIT - Static variable in class com.sun.speech.freetts.en.us.USEnglish
default 4-digit number
RX_DEFAULT_HAS_VOWEL - Static variable in class com.sun.speech.freetts.en.us.USEnglish
default has-vowel regular expression
RX_DEFAULT_ILLION - Static variable in class com.sun.speech.freetts.en.us.USEnglish
default -illion regular expression
RX_DEFAULT_NUMBER_TIME - Static variable in class com.sun.speech.freetts.en.us.USEnglish
default number time regular expression
RX_DEFAULT_NUMESS - Static variable in class com.sun.speech.freetts.en.us.USEnglish
default numess
RX_DEFAULT_ROMAN_NUMBER - Static variable in class com.sun.speech.freetts.en.us.USEnglish
default Roman numerals regular expression
RX_DEFAULT_SEVEN_DIGIT_PHONE_NUMBER - Static variable in class com.sun.speech.freetts.en.us.USEnglish
default 7-digit phone number
RX_DEFAULT_THREE_DIGIT - Static variable in class com.sun.speech.freetts.en.us.USEnglish
default 3-digit number
RX_DEFAULT_US_EN_ALPHABET - Static variable in class com.sun.speech.freetts.en.us.USEnglish
default letter regular expression pattern
RX_DEFAULT_US_EN_ALPHANUMERIC - Static variable in class com.sun.speech.freetts.en.us.USEnglish
default alpha-numeric regular expression pattern
RX_DEFAULT_US_EN_COMMAINT - Static variable in class com.sun.speech.freetts.en.us.USEnglish
default integer with commas regular expression pattern
RX_DEFAULT_US_EN_DIGITS - Static variable in class com.sun.speech.freetts.en.us.USEnglish
default digits regular expression pattern
RX_DEFAULT_US_EN_DOTTED_ABBREV - Static variable in class com.sun.speech.freetts.en.us.USEnglish
default dotted abbreviation regular expression pattern
RX_DEFAULT_US_EN_DOUBLE - Static variable in class com.sun.speech.freetts.en.us.USEnglish
default double regular expression pattern
RX_DEFAULT_US_EN_IDENTIFIER - Static variable in class com.sun.speech.freetts.en.us.USEnglish
default identifier regular expression pattern
RX_DEFAULT_US_EN_INT - Static variable in class com.sun.speech.freetts.en.us.USEnglish
default integer regular expression pattern
RX_DEFAULT_US_EN_LOWERCASE - Static variable in class com.sun.speech.freetts.en.us.USEnglish
default lowercase regular expression pattern
RX_DEFAULT_US_EN_ORDINAL_NUMBER - Static variable in class com.sun.speech.freetts.en.us.USEnglish
default ordinal number regular expression pattern
RX_DEFAULT_US_EN_UPPERCASE - Static variable in class com.sun.speech.freetts.en.us.USEnglish
default uppercase regular expression pattern
RX_DEFAULT_US_EN_WHITESPACE - Static variable in class com.sun.speech.freetts.en.us.USEnglish
default whitespace regular expression pattern
RX_DEFAULT_US_MONEY - Static variable in class com.sun.speech.freetts.en.us.USEnglish
default US money regular expression
RX_DIGITS - Static variable in class com.sun.speech.freetts.en.us.USEnglish
digits regular expression pattern
RX_DIGITS2DASH - Static variable in class com.sun.speech.freetts.en.us.USEnglish
digits2dash (e.g. 999-999-999) regular expression
RX_DIGITSSLASHDIGITS - Static variable in class com.sun.speech.freetts.en.us.USEnglish
digits/digits (e.g. 999/999) regular expression
RX_DOTTED_ABBREV - Static variable in class com.sun.speech.freetts.en.us.USEnglish
dotted abbreviation regular expression pattern
RX_DOUBLE - Static variable in class com.sun.speech.freetts.en.us.USEnglish
double regular expression pattern
RX_DRST - Static variable in class com.sun.speech.freetts.en.us.USEnglish
drst "Dr.
RX_FOUR_DIGIT - Static variable in class com.sun.speech.freetts.en.us.USEnglish
4-digit number
RX_HAS_VOWEL - Static variable in class com.sun.speech.freetts.en.us.USEnglish
has-vowel regular expression
RX_IDENTIFIER - Static variable in class com.sun.speech.freetts.en.us.USEnglish
identifier regular expression pattern
RX_ILLION - Static variable in class com.sun.speech.freetts.en.us.USEnglish
-illion regular expression
RX_INT - Static variable in class com.sun.speech.freetts.en.us.USEnglish
integer regular expression pattern
RX_LOWERCASE - Static variable in class com.sun.speech.freetts.en.us.USEnglish
lowercase regular expression pattern
RX_NUMBER_TIME - Static variable in class com.sun.speech.freetts.en.us.USEnglish
number time regular expression
RX_NUMESS - Static variable in class com.sun.speech.freetts.en.us.USEnglish
default numess
RX_ORDINAL_NUMBER - Static variable in class com.sun.speech.freetts.en.us.USEnglish
ordinal number regular expression pattern
RX_ROMAN_NUMBER - Static variable in class com.sun.speech.freetts.en.us.USEnglish
Roman numerals regular expression
RX_SEVEN_DIGIT_PHONE_NUMBER - Static variable in class com.sun.speech.freetts.en.us.USEnglish
7-digit phone number
RX_THREE_DIGIT - Static variable in class com.sun.speech.freetts.en.us.USEnglish
3-digit number
RX_UPPERCASE - Static variable in class com.sun.speech.freetts.en.us.USEnglish
uppercase regular expression pattern
RX_US_MONEY - Static variable in class com.sun.speech.freetts.en.us.USEnglish
US money regular expression
RX_WHITESPACE - Static variable in class com.sun.speech.freetts.en.us.USEnglish
whitespace regular expression pattern
RawFileAudioPlayer - class com.sun.speech.freetts.audio.RawFileAudioPlayer.
Provides an implementation of AudioPlayer that sends all audio data to the given file.
RawFileAudioPlayer() - Constructor for class com.sun.speech.freetts.audio.RawFileAudioPlayer
Creates a default audio player for an AudioFileFormat of type WAVE.
RawFileAudioPlayer(String) - Constructor for class com.sun.speech.freetts.audio.RawFileAudioPlayer
Constructs a NullAudioPlayer
Relation - class com.sun.speech.freetts.Relation.
Represents an ordered set of Items and their associated children.
remove(String) - Method in interface com.sun.speech.freetts.FeatureSet
Removes the named feature from this set of features.
remove(String) - Method in class com.sun.speech.freetts.FeatureSetImpl
Removes the named feature from this set of features.
remove(String) - Method in class com.sun.speech.freetts.Utterance
Removes the named feature from this set of features.
removeAddendum(String, String) - Method in interface com.sun.speech.freetts.lexicon.Lexicon
Removes a word from the addenda.
removeAddendum(String, String) - Method in class com.sun.speech.freetts.lexicon.LexiconImpl
Removes a word from the addenda.
removeAll() - Method in class com.sun.speech.freetts.OutputQueue
Removes all items from this OutputQueue.
removeAudioListener(AudioListener) - Method in class com.sun.speech.engine.BaseAudioManager
Removes an AudioListener from the list of AudioListeners.
removeEngineListener(EngineListener) - Method in class com.sun.speech.engine.BaseEngine
Removes an EngineListener from the list of EngineListeners.
removeItemRelation(String) - Method in class com.sun.speech.freetts.ItemContents
Removes the relation/item mapping from this ItemContents.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.sun.speech.engine.BaseEngineProperties
Removes a PropertyChangeListener from the listener list.
removeSpeakableListener(SpeakableListener) - Method in class com.sun.speech.engine.synthesis.BaseSynthesizer
Removes a SpeakableListener from this Synthesizer.
removeVoice(BaseVoice) - Method in class com.sun.speech.engine.synthesis.VoiceList
Removes a voice from the list.
reset() - Method in class com.sun.speech.engine.BaseEngineProperties
Returns all properties to reasonable defaults for the Engine.
reset() - Method in class com.sun.speech.engine.synthesis.BaseSynthesizerProperties
Resets all properties to their default values.
reset() - Method in interface com.sun.speech.freetts.audio.AudioPlayer
Prepares for another batch of output.
reset() - Method in class com.sun.speech.freetts.audio.JavaClipAudioPlayer
Prepares for another batch of output.
reset() - Method in class com.sun.speech.freetts.audio.JavaStreamingAudioPlayer
Prepares for another batch of output.
reset() - Method in class com.sun.speech.freetts.audio.MultiFile8BitAudioPlayer
Prepares for another batch of output.
reset() - Method in class com.sun.speech.freetts.audio.MultiFileAudioPlayer
Prepares for another batch of output.
reset() - Method in class com.sun.speech.freetts.audio.NullAudioPlayer
Prepares for another batch of output.
reset() - Method in class com.sun.speech.freetts.audio.RawFileAudioPlayer
Prepares for another batch of output.
reset() - Method in class com.sun.speech.freetts.audio.SingleFileAudioPlayer
Prepares for another batch of output.
reset() - Method in class com.sun.speech.freetts.util.Timer
Resets the timer as if it has never run before.
resetTime() - Method in interface com.sun.speech.freetts.audio.AudioPlayer
Resets the audio clock
resetTime() - Method in class com.sun.speech.freetts.audio.JavaClipAudioPlayer
Resets the time for this audio stream to zero
resetTime() - Method in class com.sun.speech.freetts.audio.JavaStreamingAudioPlayer
Resets the audio clock
resetTime() - Method in class com.sun.speech.freetts.audio.MultiFile8BitAudioPlayer
Resets the audio clock
resetTime() - Method in class com.sun.speech.freetts.audio.MultiFileAudioPlayer
Resets the audio clock
resetTime() - Method in class com.sun.speech.freetts.audio.NullAudioPlayer
Resets the audio clock
resetTime() - Method in class com.sun.speech.freetts.audio.RawFileAudioPlayer
Resets the audio clock
resetTime() - Method in class com.sun.speech.freetts.audio.SingleFileAudioPlayer
Resets the audio clock
resizeFrames(int) - Method in class com.sun.speech.freetts.relp.LPCResult
Resets the number of frames in this LPCResult.
resizeResiduals(int) - Method in class com.sun.speech.freetts.relp.LPCResult
Resets the number of residuals, and initialize all of them to 255 (which is 0 for mulaw).
resume() - Method in class com.sun.speech.engine.BaseEngine
Resumes the audio stream for this Engine and put this Engine into the RESUMED state.
resume() - Method in interface com.sun.speech.freetts.audio.AudioPlayer
Resumes audio output on this player
resume() - Method in class com.sun.speech.freetts.audio.JavaClipAudioPlayer
Resumes playing audio after a pause.
resume() - Method in class com.sun.speech.freetts.audio.JavaStreamingAudioPlayer
Resumes audio output
resume() - Method in class com.sun.speech.freetts.audio.MultiFile8BitAudioPlayer
Resumes audio output
resume() - Method in class com.sun.speech.freetts.audio.MultiFileAudioPlayer
Resumes audio output
resume() - Method in class com.sun.speech.freetts.audio.NullAudioPlayer
Resumes audio output
resume() - Method in class com.sun.speech.freetts.audio.RawFileAudioPlayer
Resumes audio output
resume() - Method in class com.sun.speech.freetts.audio.SingleFileAudioPlayer
Resumes audio output
resumeItem() - Method in class com.sun.speech.engine.synthesis.text.TextSynthesizer.OutputHandler
Resumes the output.
resumedLabel - Variable in class com.sun.speech.engine.EngineMonitor
The label containing the string "resumed".
run() - Method in class com.sun.speech.engine.synthesis.text.TextSynthesizer.OutputHandler
Controls output of text until terminate is called.

S

SAYAS - Static variable in class com.sun.speech.engine.synthesis.text.TextSynthesizerQueueItem
 
SAYAS_ATTRIBUTES - Static variable in class com.sun.speech.engine.synthesis.text.TextSynthesizerQueueItem
 
SEGMENT - Static variable in class com.sun.speech.freetts.Relation
Name of the relation that contains the ordered list of the smallest units of speech (typically phonemes) for the entire utterance.
SINGLE_CHAR_SYMBOLS - Static variable in class com.sun.speech.freetts.en.us.USEnglish
single char symbols regular expression pattern
SYLLABLE - Static variable in class com.sun.speech.freetts.Relation
Name of the relation that contains the description of the syllables for the Utterance.
SYLLABLE_STRUCTURE - Static variable in class com.sun.speech.freetts.Relation
Name of the relation that contains the syllable structure for the utterance.
Sample - class com.sun.speech.freetts.relp.Sample.
A single short term sample containing Residual Excited Linear Predictive (RELP) frame and residual voice data.
Sample(short[], byte[]) - Constructor for class com.sun.speech.freetts.relp.Sample
Constructs a RELP Sample from its component parts
Sample(short[], byte[], int) - Constructor for class com.sun.speech.freetts.relp.Sample
Constructs a Sample from its component parts
Sample(BufferedReader, int) - Constructor for class com.sun.speech.freetts.relp.Sample
Reads a sample from the input reader.
SampleInfo - class com.sun.speech.freetts.relp.SampleInfo.
Describes global sample parameters.
SampleInfo(int, int, int, float, float, float) - Constructor for class com.sun.speech.freetts.relp.SampleInfo
Creates a new sample info.
SampleInfo(ByteBuffer) - Constructor for class com.sun.speech.freetts.relp.SampleInfo
Constructs a sample info from the given byte buffer.
SampleInfo(DataInputStream) - Constructor for class com.sun.speech.freetts.relp.SampleInfo
Constructs a sample info from the given input stream
SampleSet - class com.sun.speech.freetts.relp.SampleSet.
Represents the frame and residual data used by the diphone database used Residual Excited Linear Predictive synthesizer
SampleSet(StringTokenizer, BufferedReader) - Constructor for class com.sun.speech.freetts.relp.SampleSet
Reads a SampleSet from the input reader.
SampleSet(ByteBuffer) - Constructor for class com.sun.speech.freetts.relp.SampleSet
Creates a SampleSet by reading it from the given byte buffer
SampleSet(DataInputStream) - Constructor for class com.sun.speech.freetts.relp.SampleSet
Creates a SampleSet by reading it from the given input stream
SegmentRelationUtils - class com.sun.speech.freetts.util.SegmentRelationUtils.
Provides a set of utilities for the SegmentRelation.
SegmentRelationUtils() - Constructor for class com.sun.speech.freetts.util.SegmentRelationUtils
 
Segmenter - class com.sun.speech.freetts.Segmenter.
Annotates an utterance with Relation.SYLLABLE, Relation.SYLLABLE_STRUCTURE, and Relation.SEGMENT.
Segmenter() - Constructor for class com.sun.speech.freetts.Segmenter
 
SingleFileAudioPlayer - class com.sun.speech.freetts.audio.SingleFileAudioPlayer.
Streams audio to a file.
SingleFileAudioPlayer(String, AudioFileFormat.Type) - Constructor for class com.sun.speech.freetts.audio.SingleFileAudioPlayer
Constructs a FileAudioPlayer
SingleFileAudioPlayer() - Constructor for class com.sun.speech.freetts.audio.SingleFileAudioPlayer
Creates a default audio player for an AudioFileFormat of type WAVE.
SpeechEventDispatcher - interface com.sun.speech.engine.SpeechEventDispatcher.
Interface to be implemented by objects that dispatch SpeechEvents.
SpeechEventUtilities - class com.sun.speech.engine.SpeechEventUtilities.
Utilities to help with dispatch JSAPI 1.0 events on the event dispatching thread of AWT/Swing.
SpeechEventUtilities() - Constructor for class com.sun.speech.engine.SpeechEventUtilities
 
SpeechEventUtilities.SpeechAWTEvent - class com.sun.speech.engine.SpeechEventUtilities.SpeechAWTEvent.
Inner class that defines SpeechAWTEvents.
SpeechEventUtilities.SpeechAWTEventTarget - class com.sun.speech.engine.SpeechEventUtilities.SpeechAWTEventTarget.
Inner class used to handle events as they are dispatched from the AWT event queue.
SpeechEventWrapper - class com.sun.speech.engine.SpeechEventWrapper.
Wraps an arbitrary event object (from EventObject) in a SpeechEvent so that it can be dispatched through the speech event dispatch mechanism.
SpeechEventWrapper(EventObject) - Constructor for class com.sun.speech.engine.SpeechEventWrapper
Class constructor.
SuffixFSM - class com.sun.speech.freetts.en.us.SuffixFSM.
Implements a finite state machine that checks if a given string is a suffix.
SuffixFSM(URL) - Constructor for class com.sun.speech.freetts.en.us.SuffixFSM
Constructs a SuffixFSM.
SynthesizerMonitor - class com.sun.speech.engine.synthesis.SynthesizerMonitor.
Simple GUI that monitors events and state changes of an Synthesizer.
SynthesizerMonitor(Synthesizer) - Constructor for class com.sun.speech.engine.synthesis.SynthesizerMonitor
Class constructor.
SynthesizerSelector - class com.sun.speech.engine.synthesis.SynthesizerSelector.
GUI that displays a list of Synthesizer names in a dialog box.
SynthesizerSelector() - Constructor for class com.sun.speech.engine.synthesis.SynthesizerSelector
 
safeTimeToSpeech(String) - Method in class com.sun.speech.freetts.FreeTTSTime
Speaks the given time.
scanFromFront - Variable in class com.sun.speech.freetts.en.us.PronounceableFSM
Whether we should scan the input string from the front.
scroller - Variable in class com.sun.speech.engine.EngineEventPanel
The scroll pane containing the textArea.
sectionLike(Item) - Static method in class com.sun.speech.freetts.en.us.TokenToWords
Returns true if the given token item contains a token that is in a section-like context, e.g., "chapter" or "act".
setAge(Age) - Method in class com.sun.speech.freetts.Voice
Set the age of this voice.
setAudioFile(String) - Method in class com.sun.speech.freetts.FreeTTS
Sets the audio file .
setAudioFormat(AudioFormat) - Method in interface com.sun.speech.freetts.audio.AudioPlayer
Sets the audio format to use for the next set of outputs.
setAudioFormat(AudioFormat) - Method in class com.sun.speech.freetts.audio.JavaClipAudioPlayer
Sets the audio format for this player
setAudioFormat(AudioFormat) - Method in class com.sun.speech.freetts.audio.JavaStreamingAudioPlayer
Sets the audio format for this player
setAudioFormat(AudioFormat) - Method in class com.sun.speech.freetts.audio.MultiFile8BitAudioPlayer
Sets the audio format for this player
setAudioFormat(AudioFormat) - Method in class com.sun.speech.freetts.audio.MultiFileAudioPlayer
Sets the audio format for this player
setAudioFormat(AudioFormat) - Method in class com.sun.speech.freetts.audio.NullAudioPlayer
Sets the audio format for this player
setAudioFormat(AudioFormat) - Method in class com.sun.speech.freetts.audio.RawFileAudioPlayer
Sets the audio format for this player
setAudioFormat(AudioFormat) - Method in class com.sun.speech.freetts.audio.SingleFileAudioPlayer
Sets the audio format for this player
setAudioPlayer(AudioPlayer) - Method in class com.sun.speech.freetts.Voice
Sets the audio player associated with this voice.
setData(BaseSynthesizer, Speakable, SpeakableListener) - Method in class com.sun.speech.engine.synthesis.BaseSynthesizerQueueItem
Sets queue item data with a Speakable source.
setData(BaseSynthesizer, String, boolean, SpeakableListener) - Method in class com.sun.speech.engine.synthesis.BaseSynthesizerQueueItem
Sets queue item data with a String source that is either plain text or JSML.
setData(BaseSynthesizer, URL, SpeakableListener) - Method in class com.sun.speech.engine.synthesis.BaseSynthesizerQueueItem
Sets queue item data with a URL source.
setDescription(String) - Method in class com.sun.speech.freetts.Voice
Set the description of this voice.
setDetailedMetrics(boolean) - Method in class com.sun.speech.freetts.Voice
Sets the state of the detailedMetrics mode.
setDomain(String) - Method in class com.sun.speech.freetts.Voice
Set the domain of this voice.
setDumpRelations(boolean) - Method in class com.sun.speech.freetts.Voice
Sets the state of the dumpRelations mode.
setDumpUtterance(boolean) - Method in class com.sun.speech.freetts.Voice
Sets the state of the dumpUtterance mode.
setDurationStretch(float) - Method in class com.sun.speech.freetts.Voice
Sets the duration stretch
setEngineModeDesc(EngineModeDesc) - Method in class com.sun.speech.engine.BaseEngine
Sets the current operating properties and mode of this Engine.
setEngineState(long, long) - Method in class com.sun.speech.engine.BaseEngine
Updates this Engine state by clearing defined bits, then setting other specified bits.
setFirst(boolean) - Method in class com.sun.speech.freetts.Utterance
Sets this utterance as the first in a series.
setFloat(String, float) - Method in interface com.sun.speech.freetts.FeatureSet
Convenience method that sets the named feature as a float
setFloat(String, float) - Method in class com.sun.speech.freetts.FeatureSetImpl
Convenience method that sets the named feature as a float.
setFloat(String, float) - Method in class com.sun.speech.freetts.Utterance
Convenience method that sets the named feature as a float.
setFrame(int, short[]) - Method in class com.sun.speech.freetts.relp.LPCResult
Sets the frame at the given index.
setFrameSize(int) - Method in class com.sun.speech.freetts.relp.LPCResult
Sets the sizes of frames in this LPC to the given size.
setGender(Gender) - Method in class com.sun.speech.freetts.Voice
Set the gender of this voice.
setId(String) - Method in class com.sun.speech.engine.synthesis.BaseVoice
Sets the id for this voice.
setId(String) - Method in class com.sun.speech.freetts.jsapi.FreeTTSVoice
Sets the id for this voice.
setInputMode(InputMode) - Method in class com.sun.speech.freetts.FreeTTS
Sets the input mode.
setInputReader(Reader) - Method in interface com.sun.speech.freetts.Tokenizer
Sets the input reader.
setInputReader(Reader) - Method in class com.sun.speech.freetts.en.TokenizerImpl
Sets the input reader
setInputText(String) - Method in interface com.sun.speech.freetts.Tokenizer
Sets the text to be tokenized by this tokenizer.
setInputText(String) - Method in class com.sun.speech.freetts.en.TokenizerImpl
Sets the text to tokenize.
setInt(String, int) - Method in interface com.sun.speech.freetts.FeatureSet
Convenience method that sets the named feature as an int.
setInt(String, int) - Method in class com.sun.speech.freetts.FeatureSetImpl
Convenience method that sets the named feature as a int.
setInt(String, int) - Method in class com.sun.speech.freetts.Utterance
Convenience method that sets the named feature as an int.
setLPCMin(float) - Method in class com.sun.speech.freetts.relp.LPCResult
Sets the LPC minimum.
setLPCRange(float) - Method in class com.sun.speech.freetts.relp.LPCResult
Sets the LPC range.
setLast(boolean) - Method in class com.sun.speech.freetts.Utterance
Sets this utterance as the last in a series.
setLastWord(String) - Method in class com.sun.speech.freetts.en.us.WordRelation
Sets the last Item in this WordRelation to the given word.
setLexicon(Lexicon) - Method in class com.sun.speech.freetts.Voice
Sets the lexicon to be used by this voice.
setLexiconParameters(URL, URL, URL, boolean) - Method in class com.sun.speech.freetts.lexicon.LexiconImpl
Sets the lexicon parameters
setLineNumber(int) - Method in class com.sun.speech.freetts.Token
Set the line of this token in the original text.
setLoaded(boolean) - Method in class com.sun.speech.freetts.Voice
Sets the loaded state
setLocale(Locale) - Method in class com.sun.speech.freetts.Voice
Set the locale of this voice.
setMetrics(boolean) - Method in class com.sun.speech.freetts.Voice
Sets the metrics mode.
setMultiAudio(boolean) - Method in class com.sun.speech.freetts.FreeTTS
Sets multi audio.
setName(String) - Method in class com.sun.speech.freetts.Voice
Set the name of this voice.
setNumberOfChannels(int) - Method in class com.sun.speech.freetts.relp.LPCResult
Sets the number of channels.
setNumberOfFrames(int) - Method in class com.sun.speech.freetts.relp.LPCResult
Sets the number of frames in this LPC Result.
setObject(String, Object) - Method in interface com.sun.speech.freetts.FeatureSet
Sets the named feature .
setObject(String, Object) - Method in class com.sun.speech.freetts.FeatureSetImpl
Sets the named feature.
setObject(String, Object) - Method in class com.sun.speech.freetts.Utterance
Sets the named feature.
setOrganization(String) - Method in class com.sun.speech.freetts.Voice
Sets the organization which created this voice.
setOutputQueue(OutputQueue) - Method in class com.sun.speech.freetts.Voice
Sets the output queue for this voice.
setPitch(float) - Method in class com.sun.speech.engine.synthesis.BaseSynthesizerProperties
Sets the baseline pitch for the current synthesis voice.
setPitch(float) - Method in class com.sun.speech.freetts.Voice
Sets the baseline pitch.
setPitchRange(float) - Method in class com.sun.speech.engine.synthesis.BaseSynthesizerProperties
Sets the pitch range for the current synthesis voice.
setPitchRange(float) - Method in class com.sun.speech.freetts.Voice
Sets the pitch range.
setPitchShift(float) - Method in class com.sun.speech.freetts.Voice
Sets the pitch shift
setPosition(int) - Method in class com.sun.speech.freetts.Token
Sets the position of the token in the original input text.
setPostpunctuation(String) - Method in class com.sun.speech.freetts.Token
Sets the postpunctuation characters of this Token.
setPostpunctuationSymbols(String) - Method in interface com.sun.speech.freetts.Tokenizer
Sets the postpunctuation symbols of this Tokenizer to the given symbols.
setPostpunctuationSymbols(String) - Method in class com.sun.speech.freetts.en.TokenizerImpl
Sets the postpunctuation symbols of this Tokenizer to the given symbols.
setPrepunctuation(String) - Method in class com.sun.speech.freetts.Token
Sets the prepunctuation characters of this Token.
setPrepunctuationSymbols(String) - Method in interface com.sun.speech.freetts.Tokenizer
Sets the prepunctuation symbols of this Tokenizer to the given symbols.
setPrepunctuationSymbols(String) - Method in class com.sun.speech.freetts.en.TokenizerImpl
Sets the prepunctuation symbols of this Tokenizer to the given symbols.
setRate(float) - Method in class com.sun.speech.freetts.Voice
Sets the rate of speech.
setResidualSizes(int[]) - Method in class com.sun.speech.freetts.relp.LPCResult
Sets the array of residual sizes.
setRunTitle(String) - Method in class com.sun.speech.freetts.Voice
Sets the title for this run.
setSampleRate(int) - Method in class com.sun.speech.freetts.relp.LPCResult
Sets the sample rate.
setSilentMode(boolean) - Method in class com.sun.speech.freetts.FreeTTS
Turns audio playing on and off.
setSingleCharSymbols(String) - Method in interface com.sun.speech.freetts.Tokenizer
Sets the single character symbols of this Tokenizer to the given symbols.
setSingleCharSymbols(String) - Method in class com.sun.speech.freetts.en.TokenizerImpl
Sets the single character symbols of this Tokenizer to the given symbols.
setSpeakable(FreeTTSSpeakable) - Method in class com.sun.speech.freetts.Utterance
Sets the speakable item for this utterance.
setSpeakingRate(float) - Method in class com.sun.speech.engine.synthesis.BaseSynthesizerProperties
Sets the target speaking rate in words per minute.
setStreamingAudio(boolean) - Method in class com.sun.speech.freetts.FreeTTS
Sets streaming audio.
setString(String, String) - Method in interface com.sun.speech.freetts.FeatureSet
Convenience method that sets the named feature as a String.
setString(String, String) - Method in class com.sun.speech.freetts.FeatureSetImpl
Convenience method that sets the named feature as a String.
setString(String, String) - Method in class com.sun.speech.freetts.Utterance
Convenience method that sets the named feature as a String.
setStyle(String) - Method in class com.sun.speech.freetts.Voice
Sets the voice style.
setText(String) - Method in class com.sun.speech.engine.EngineEventPanel
Sets the text in the text area.
setTimes(int[]) - Method in class com.sun.speech.freetts.relp.LPCResult
Sets the array of times.
setUnitName(Item) - Method in class com.sun.speech.freetts.clunits.ClusterUnitSelector
Sets the cluster unit name given the segment.
setValues(int, int, int, float, float) - Method in class com.sun.speech.freetts.relp.LPCResult
A convenience method for setting the LPC values.
setVerbose(boolean) - Method in class com.sun.speech.freetts.Voice
Sets the verbose mode.
setVerbose(boolean) - Method in class com.sun.speech.freetts.util.BulkTimer
Sets verbose mode.
setVoice(Voice) - Method in class com.sun.speech.engine.synthesis.BaseSynthesizerProperties
Sets the current synthesizer voice.
setVolume(float) - Method in class com.sun.speech.engine.synthesis.BaseSynthesizerProperties
Sets the volume.
setVolume(float) - Method in class com.sun.speech.freetts.Voice
Sets the volume.
setVolume(float) - Method in interface com.sun.speech.freetts.audio.AudioPlayer
Sets the current volume.
setVolume(float) - Method in class com.sun.speech.freetts.audio.JavaClipAudioPlayer
Sets the current volume.
setVolume(float) - Method in class com.sun.speech.freetts.audio.JavaStreamingAudioPlayer
Sets the current volume.
setVolume(float) - Method in class com.sun.speech.freetts.audio.MultiFile8BitAudioPlayer
Sets the current volume.
setVolume(float) - Method in class com.sun.speech.freetts.audio.MultiFileAudioPlayer
Sets the current volume.
setVolume(float) - Method in class com.sun.speech.freetts.audio.NullAudioPlayer
Sets the current volume.
setVolume(float) - Method in class com.sun.speech.freetts.audio.RawFileAudioPlayer
Sets the current volume.
setVolume(float) - Method in class com.sun.speech.freetts.audio.SingleFileAudioPlayer
Sets the current volume.
setWaveDumpFile(String) - Method in class com.sun.speech.freetts.Voice
Sets the dumpfile for this voice.
setWhitespace(String) - Method in class com.sun.speech.freetts.Token
Sets the whitespace characters of this Token.
setWhitespaceSymbols(String) - Method in interface com.sun.speech.freetts.Tokenizer
Sets the whitespace symbols of this Tokenizer to the given symbols.
setWhitespaceSymbols(String) - Method in class com.sun.speech.freetts.en.TokenizerImpl
Sets the whitespace symbols of this Tokenizer to the given symbols.
setWord(String) - Method in class com.sun.speech.freetts.Token
Sets the string of this Token.
setupFeatureProcessors() - Method in class com.sun.speech.freetts.en.us.CMUVoice
Sets up the FeatureProcessors for this Voice.
setupFeatureSet() - Method in class com.sun.speech.freetts.en.us.CMUClusterUnitVoice
Sets up the FeatureSet for this Voice.
setupFeatureSet() - Method in class com.sun.speech.freetts.en.us.CMUDiphoneVoice
Sets the FeatureSet for this Voice.
setupFeatureSet() - Method in class com.sun.speech.freetts.en.us.CMUVoice
Sets up the FeatureSet for this Voice.
setupUtteranceProcessors() - Method in class com.sun.speech.freetts.en.us.CMUVoice
Sets up the utterance processors for this voice.
shortToUlaw(short) - Static method in class com.sun.speech.freetts.util.WaveUtils
Converts a raw short to ulaw.
show(String) - Method in class com.sun.speech.freetts.util.BulkTimer
Shows all of the collected times.
showMetrics() - Method in interface com.sun.speech.freetts.audio.AudioPlayer
Shows metrics for this audio player
showMetrics() - Method in class com.sun.speech.freetts.audio.JavaClipAudioPlayer
Shows metrics for this audio player
showMetrics() - Method in class com.sun.speech.freetts.audio.JavaStreamingAudioPlayer
Shows metrics for this audio player
showMetrics() - Method in class com.sun.speech.freetts.audio.MultiFile8BitAudioPlayer
Shows metrics for this audio player
showMetrics() - Method in class com.sun.speech.freetts.audio.MultiFileAudioPlayer
Shows metrics for this audio player
showMetrics() - Method in class com.sun.speech.freetts.audio.NullAudioPlayer
Shows metrics for this audio player
showMetrics() - Method in class com.sun.speech.freetts.audio.RawFileAudioPlayer
Shows metrics for this audio player
showMetrics() - Method in class com.sun.speech.freetts.audio.SingleFileAudioPlayer
Shows metrics for this audio player
showRelations() - Method in class com.sun.speech.freetts.ItemContents
 
showTimes(long) - Method in class com.sun.speech.freetts.util.Timer
Shows timing stats.
showTimes() - Method in class com.sun.speech.freetts.util.Timer
Shows timing stats.
showTimesLong(long) - Method in class com.sun.speech.freetts.util.Timer
Shows detailed timing stats.
showTimesShort(long) - Method in class com.sun.speech.freetts.util.Timer
Shows brief timing stats.
showTimesShortTitle(String) - Static method in class com.sun.speech.freetts.util.Timer
Shows the timing stats title.
shutdown() - Method in class com.sun.speech.freetts.FreeTTS
Shuts down this FreeTTS synthesizer by closing the AudioPlayer and voice.
speak(Speakable, SpeakableListener) - Method in class com.sun.speech.engine.synthesis.BaseSynthesizer
Speaks JSML text provided as a Speakable object.
speak(URL, SpeakableListener) - Method in class com.sun.speech.engine.synthesis.BaseSynthesizer
Speaks JSML text provided as a URL.
speak(String, SpeakableListener) - Method in class com.sun.speech.engine.synthesis.BaseSynthesizer
Speaks JSML text provided as a String.
speak(String) - Method in class com.sun.speech.freetts.Voice
Speaks the given text.
speak(Document) - Method in class com.sun.speech.freetts.Voice
Speaks the given document.
speak(InputStream) - Method in class com.sun.speech.freetts.Voice
Speaks the input stream.
speak(FreeTTSSpeakable) - Method in class com.sun.speech.freetts.Voice
Speak the given queue item.
speakNow() - Method in class com.sun.speech.freetts.FreeTTSTime
Tells the current time.
speakPlainText(String, SpeakableListener) - Method in class com.sun.speech.engine.synthesis.BaseSynthesizer
Speaks a plain text String.
speakableListeners - Variable in class com.sun.speech.engine.synthesis.BaseSynthesizer
Set of speakable listeners belonging to the Synthesizer.
speechAWTEventTarget - Static variable in class com.sun.speech.engine.SpeechEventUtilities
A target used to process speechAWTEvent objects.
start(String) - Method in class com.sun.speech.freetts.util.BulkTimer
Starts the timer with the given name.
start() - Method in class com.sun.speech.freetts.util.BulkTimer
Starts the bulk timer.
start() - Method in class com.sun.speech.freetts.util.Timer
Starts the timer running.
startBatch() - Method in class com.sun.speech.freetts.Voice
Starts a batch of utterances.
startFirstSampleTimer() - Method in interface com.sun.speech.freetts.audio.AudioPlayer
Starts the first sample timer
startFirstSampleTimer() - Method in class com.sun.speech.freetts.audio.JavaClipAudioPlayer
Starts the first sample timer
startFirstSampleTimer() - Method in class com.sun.speech.freetts.audio.JavaStreamingAudioPlayer
Starts the first sample timer
startFirstSampleTimer() - Method in class com.sun.speech.freetts.audio.MultiFile8BitAudioPlayer
Starts the first sample timer
startFirstSampleTimer() - Method in class com.sun.speech.freetts.audio.MultiFileAudioPlayer
Starts the first sample timer
startFirstSampleTimer() - Method in class com.sun.speech.freetts.audio.NullAudioPlayer
Starts the first sample timer
startFirstSampleTimer() - Method in class com.sun.speech.freetts.audio.RawFileAudioPlayer
Starts the first sample timer
startFirstSampleTimer() - Method in class com.sun.speech.freetts.audio.SingleFileAudioPlayer
Starts the first sample timer
started() - Method in class com.sun.speech.engine.synthesis.BaseSynthesizerQueueItem
indicate that this item has been started
started() - Method in interface com.sun.speech.freetts.FreeTTSSpeakable
Indicates that this speakable has been started.
started() - Method in class com.sun.speech.freetts.FreeTTSSpeakableImpl
Indicate that this speakable has been started.
startup() - Method in class com.sun.speech.freetts.FreeTTS
Starts this FreeTTS Synthesizer by loading the void and creating a new AudioPlayer.
statePanel - Variable in class com.sun.speech.engine.EngineMonitor
The panel containing the current engine states.
stateToString(long) - Method in class com.sun.speech.engine.BaseEngine
Returns a String of the names of all the Engine states in the given Engine state.
stateToString(long) - Method in class com.sun.speech.engine.synthesis.BaseSynthesizer
Returns a String of the names of all the states implied in the given bit pattern.
stop(String) - Method in class com.sun.speech.freetts.util.BulkTimer
Stops the timer with the given name.
stop() - Method in class com.sun.speech.freetts.util.BulkTimer
Stops the bulk timer.
stop(boolean) - Method in class com.sun.speech.freetts.util.Timer
Stops the timer.
stop() - Method in class com.sun.speech.freetts.util.Timer
Stops the timer.
streamToSpeech(InputStream) - Method in class com.sun.speech.freetts.FreeTTS
Converts the text contained in the given stream to speech.
synth - Variable in class com.sun.speech.engine.synthesis.BaseSynthesizerQueueItem
Synthesizer that has queued this item.
systemEventQueue - Static variable in class com.sun.speech.engine.SpeechEventUtilities
The AWT EventQueue.

T

TARGET - Static variable in class com.sun.speech.freetts.Relation
Name of the relation that maps fundamental frequency targets to absolute times for wave to be generated from the utterance.
TEENAGER - Static variable in class com.sun.speech.freetts.Age
Age roughly 13 to 19 years.
TEXT - Static variable in class com.sun.speech.freetts.InputMode
Indicates that the input is from text.
TOKEN - Static variable in class com.sun.speech.freetts.Relation
Name of the relation that contains tokens from the original input text.
TextEngineCentral - class com.sun.speech.engine.synthesis.text.TextEngineCentral.
Supports the JSAPI 1.0 EngineCentral interface for a synthesizer that sends text to standard out.
TextEngineCentral() - Constructor for class com.sun.speech.engine.synthesis.text.TextEngineCentral
 
TextSynthesizer - class com.sun.speech.engine.synthesis.text.TextSynthesizer.
Supports a simple text-output-only JSAPI 1.0 Synthesizer.
TextSynthesizer(SynthesizerModeDesc) - Constructor for class com.sun.speech.engine.synthesis.text.TextSynthesizer
Creates a new Synthesizer in the DEALLOCATED state.
TextSynthesizer.OutputHandler - class com.sun.speech.engine.synthesis.text.TextSynthesizer.OutputHandler.
The output device for a TextSynthesizer.
TextSynthesizer.OutputHandler() - Constructor for class com.sun.speech.engine.synthesis.text.TextSynthesizer.OutputHandler
Class constructor.
TextSynthesizerModeDesc - class com.sun.speech.engine.synthesis.text.TextSynthesizerModeDesc.
Describes the TextSynthesizer.
TextSynthesizerModeDesc() - Constructor for class com.sun.speech.engine.synthesis.text.TextSynthesizerModeDesc
Class constructor.
TextSynthesizerQueueItem - class com.sun.speech.engine.synthesis.text.TextSynthesizerQueueItem.
Represents an object on the speech output queue of a TextSynthesizer.
TextSynthesizerQueueItem() - Constructor for class com.sun.speech.engine.synthesis.text.TextSynthesizerQueueItem
Class constructor.
Timer - class com.sun.speech.freetts.util.Timer.
Keeps track of execution times.
Timer(String) - Constructor for class com.sun.speech.freetts.util.Timer
Creates a timer.
Token - class com.sun.speech.freetts.Token.
Contains a parsed token from a Tokenizer.
Token() - Constructor for class com.sun.speech.freetts.Token
 
TokenToWords - class com.sun.speech.freetts.en.us.TokenToWords.
Converts the Tokens (in US English words) in an Utterance into a list of words.
TokenToWords(CART, PronounceableFSM, PronounceableFSM) - Constructor for class com.sun.speech.freetts.en.us.TokenToWords
Constructs a default USTokenWordProcessor.
Tokenizer - interface com.sun.speech.freetts.Tokenizer.
Chops a string or text file into Token instances.
TokenizerImpl - class com.sun.speech.freetts.en.TokenizerImpl.
Implements the tokenizer interface.
TokenizerImpl() - Constructor for class com.sun.speech.freetts.en.TokenizerImpl
Constructs a Tokenizer.
TokenizerImpl(String) - Constructor for class com.sun.speech.freetts.en.TokenizerImpl
Creates a tokenizer that will return tokens from the given string.
TokenizerImpl(Reader) - Constructor for class com.sun.speech.freetts.en.TokenizerImpl
Creates a tokenizer that will return tokens from the given file.
terminate() - Method in class com.sun.speech.engine.synthesis.text.TextSynthesizer.OutputHandler
Stops execution of the Thread.
testEngineState(long) - Method in class com.sun.speech.engine.BaseEngine
Returns true if this state of this Engine matches the specified state.
textArea - Variable in class com.sun.speech.engine.EngineEventPanel
The area where engine events are posted.
textToSpeech(String) - Method in class com.sun.speech.freetts.FreeTTS
Converts the given text to speech based using processing options currently set in FreeTTS.
thisItemNumber - Variable in class com.sun.speech.engine.synthesis.BaseSynthesizerQueueItem
Count for this item used for debug.
timeToSpeech(String) - Method in class com.sun.speech.freetts.FreeTTSTime
Speaks the given time.
timeToSpeech(int, int) - Method in class com.sun.speech.freetts.FreeTTSTime
Speaks the time given the hour and minute.
timeToString(String) - Static method in class com.sun.speech.freetts.FreeTTSTime
Returns a string that corresponds to the given time.
timeToString(int, int) - Static method in class com.sun.speech.freetts.FreeTTSTime
Returns a string that corresponds to the given time.
toString() - Method in class com.sun.speech.engine.BaseEngine
Returns the engine name and mode for debug purposes.
toString() - Method in class com.sun.speech.engine.synthesis.BaseVoice
Converts a Voice to a printable string.
toString() - Method in class com.sun.speech.freetts.Age
Provide a human readable string that describes the age.
toString() - Method in class com.sun.speech.freetts.Gender
Generates a human readable name describing the gender.
toString() - Method in class com.sun.speech.freetts.InputMode
 
toString() - Method in class com.sun.speech.freetts.Item
 
toString() - Method in class com.sun.speech.freetts.PathExtractorImpl
 
toString() - Method in class com.sun.speech.freetts.Segmenter
Returns the simple name of this class.
toString() - Method in class com.sun.speech.freetts.Token
Converts this token to a string.
toString() - Method in class com.sun.speech.freetts.Voice
Returns the name of this Voice.
toString() - Method in class com.sun.speech.freetts.VoiceDirectory
Print the information about voices contained in this voice directory to a String.
toString() - Method in class com.sun.speech.freetts.VoiceManager
Provides a string representation of all voices available to FreeTTS.
toString() - Method in class com.sun.speech.freetts.audio.JavaClipAudioPlayer
Returns the name of this audio player
toString() - Method in class com.sun.speech.freetts.audio.JavaStreamingAudioPlayer
Returns the name of this audioplayer
toString() - Method in class com.sun.speech.freetts.audio.MultiFile8BitAudioPlayer
Returns the name of this audioplayer
toString() - Method in class com.sun.speech.freetts.audio.MultiFileAudioPlayer
Returns the name of this audioplayer
toString() - Method in class com.sun.speech.freetts.audio.SingleFileAudioPlayer
Returns the name of this audioplayer
toString() - Method in class com.sun.speech.freetts.cart.Durator
 
toString() - Method in class com.sun.speech.freetts.cart.Intonator
 
toString() - Method in class com.sun.speech.freetts.cart.Phraser
 
toString() - Method in class com.sun.speech.freetts.clunits.ClusterUnitPitchmarkGenerator
Retrieves the name of this utteranceProcessor.
toString() - Method in class com.sun.speech.freetts.clunits.ClusterUnitSelector
Retrieves the string representation of this object.
toString() - Method in class com.sun.speech.freetts.diphone.DiphonePitchmarkGenerator
Returns a string representation of this object.
toString() - Method in class com.sun.speech.freetts.diphone.DiphoneUnitSelector
Returns a string representation of this object.
toString() - Method in class com.sun.speech.freetts.en.ContourGenerator
Returns the string representation of the object.
toString() - Method in class com.sun.speech.freetts.en.PartOfSpeechTagger
Returns the string representation of the object
toString() - Method in class com.sun.speech.freetts.en.PauseGenerator
Returns the string representation of the object
toString() - Method in class com.sun.speech.freetts.en.PostLexicalAnalyzer
Returns the string representation of the object
toString() - Method in class com.sun.speech.freetts.en.us.CMUClusterUnitVoice
Converts this object to a string
toString() - Method in class com.sun.speech.freetts.en.us.CMUDiphoneVoice
Converts this object to a string
toString() - Method in class com.sun.speech.freetts.en.us.CMUTimeVoice
Converts this object to a string
toString() - Method in class com.sun.speech.freetts.en.us.CMUVoice
Converts this object to its String representation
toString() - Method in class com.sun.speech.freetts.en.us.TokenToWords
Converts this object to its String representation
toString() - Method in class com.sun.speech.freetts.jsapi.FreeTTSVoice
Gets a string representation of the object
toString() - Method in class com.sun.speech.freetts.relp.AudioOutput
Returns the string form of this object
toString() - Method in class com.sun.speech.freetts.relp.UnitConcatenator
Converts this object to a string
toString() - Method in class de.dfki.lt.freetts.en.us.MbrolaVoice
Converts this object to a string
toString() - Method in class de.dfki.lt.freetts.en.us.MbrolaVoiceValidator
Returns the name of this validator.
toString() - Method in class de.dfki.lt.freetts.mbrola.MbrolaAudioOutput
Returns the string form of this object
toString() - Method in class de.dfki.lt.freetts.mbrola.MbrolaCaller
 
toString() - Method in class de.dfki.lt.freetts.mbrola.ParametersToMbrolaConverter
 
tokenizeOnLoad - Variable in class com.sun.speech.freetts.lexicon.LetterToSoundImpl
If true, the state string is tokenized when it is first read.
tokenizeOnLoad - Variable in class com.sun.speech.freetts.lexicon.LexiconImpl
If true, the phone string is replaced with the phone array in the hashmap when the phone array is loaded.
tokenizeOnLookup - Variable in class com.sun.speech.freetts.lexicon.LetterToSoundImpl
If true, the state string is tokenized the first time it is referenced.
tokenizeOnLookup - Variable in class com.sun.speech.freetts.lexicon.LexiconImpl
If true, the phone string is replaced with the phone array in the hashmap when the phone array is first looked up.
toneCart - Variable in class com.sun.speech.freetts.cart.Intonator
The tone CART used for this Intonation UtteranceProcessor.
transitions - Variable in class com.sun.speech.freetts.en.us.PronounceableFSM
The transitions of this FSM

U

UNIT - Static variable in class com.sun.speech.freetts.Relation
Name of the relation that contains the ordered list of the units from the unit database that will be used to create the synthesized wave.
URL - Static variable in class com.sun.speech.freetts.InputMode
Indicates that the input is from a URL.
USEnglish - class com.sun.speech.freetts.en.us.USEnglish.
Provides the definitions for US English whitespace, punctuations, prepunctuation, and postpunctuation symbols.
UTT_NAME - Static variable in class com.sun.speech.freetts.relp.SampleInfo
 
Unit - interface com.sun.speech.freetts.Unit.
Defines a generic interface to a Unit.
UnitConcatenator - class com.sun.speech.freetts.relp.UnitConcatenator.
Concatenates the Units in the given Utterance to the target_lpc result.
UnitConcatenator() - Constructor for class com.sun.speech.freetts.relp.UnitConcatenator
 
Utilities - class com.sun.speech.freetts.util.Utilities.
Provides a set of generic utilities used by freetts.
Utterance - class com.sun.speech.freetts.Utterance.
Holds all the data for an utterance to be spoken.
Utterance(Voice) - Constructor for class com.sun.speech.freetts.Utterance
Creates a new, empty utterance.
Utterance(Voice, List) - Constructor for class com.sun.speech.freetts.Utterance
Creates an utterance with the given set of tokenized text.
UtteranceProcessor - interface com.sun.speech.freetts.UtteranceProcessor.
Performs an operation on an Utterance.
ulawToShort(short) - Static method in class com.sun.speech.freetts.util.WaveUtils
Converts from ulaw to 16 bit linear.
updateEngineStateComponents() - Method in class com.sun.speech.engine.EngineMonitor
Checks the current state of the engine and makes sure the GUI components reflect this state accurately.
updateGUIComponents() - Method in class com.sun.speech.engine.EngineMonitor
Checks the current state of the engine and makes sure the GUI components reflect this state accurately.
updateGUIComponents() - Method in class com.sun.speech.engine.synthesis.SynthesizerMonitor
 
urlToSpeech(String) - Method in class com.sun.speech.freetts.FreeTTS
Converts the text contained in the given path to speech.
usage() - Static method in class com.sun.speech.freetts.FreeTTSTime
Prints the usage message for FreeTTSTime.

V

VC - Static variable in interface com.sun.speech.freetts.PhoneSet
Vowel or consonant: + = vowel, - = consonant.
VFRONT - Static variable in interface com.sun.speech.freetts.PhoneSet
Vowel frontness: 1 = front, 2 = mid, 3 = back.
VHEIGHT - Static variable in interface com.sun.speech.freetts.PhoneSet
Vowel height: 1 = high, 2 = mid, 3 = low.
VLNG - Static variable in interface com.sun.speech.freetts.PhoneSet
Vowel length: s = short, l = long, d = dipthong, a = schwa.
VOICE - Static variable in class com.sun.speech.engine.synthesis.text.TextSynthesizerQueueItem
 
VOICE_ATTRIBUTES - Static variable in class com.sun.speech.engine.synthesis.text.TextSynthesizerQueueItem
 
VRND - Static variable in interface com.sun.speech.freetts.PhoneSet
Lip rounding: + = on, - = off.
ValidationException - exception com.sun.speech.freetts.ValidationException.
Thrown by a Validator if any errors are encountered while validating.
ValidationException(String) - Constructor for class com.sun.speech.freetts.ValidationException
Class constructor.
Validator - interface com.sun.speech.freetts.Validator.
Implementors of this interface can be validated via the validate() method.
Voice - class com.sun.speech.freetts.Voice.
Performs text-to-speech using a series of UtteranceProcessors.
Voice() - Constructor for class com.sun.speech.freetts.Voice
Creates a new Voice.
Voice(String, Gender, Age, String, Locale, String, String) - Constructor for class com.sun.speech.freetts.Voice
Creates a new Voice like above, except that it also stores the properties of the voice.
VoiceDirectory - class com.sun.speech.freetts.VoiceDirectory.
Provides a means to access the voices that are stored in a jar file.
VoiceDirectory() - Constructor for class com.sun.speech.freetts.VoiceDirectory
Default constructor does nothing.
VoiceList - class com.sun.speech.engine.synthesis.VoiceList.
Maintains a list of JSAPI 1.0 Voices.
VoiceList() - Constructor for class com.sun.speech.engine.synthesis.VoiceList
Class constructor.
VoiceList(SynthesizerModeDesc) - Constructor for class com.sun.speech.engine.synthesis.VoiceList
Constructs from the voice list in desc.
VoiceManager - class com.sun.speech.freetts.VoiceManager.
Provides access to voices for all of FreeTTS.
validate() - Method in interface com.sun.speech.freetts.Validator
Validates a certain condition.
validate() - Method in class com.sun.speech.freetts.jsapi.FreeTTSSynthesizerModeDesc
Returns true if this is a valid FreeTTSSynthesizerModeDesc.
validate() - Method in class com.sun.speech.freetts.jsapi.FreeTTSVoice
Validates this FreeTTSVoice.
validate() - Method in class de.dfki.lt.freetts.en.us.MbrolaVoiceValidator
Validates this MbrolaVoice.
vocabularySize - Variable in class com.sun.speech.freetts.en.us.PronounceableFSM
The vocabulary size.
voiceId - Variable in class com.sun.speech.engine.synthesis.BaseVoice
The id of the voice
voiceList - Variable in class com.sun.speech.engine.synthesis.BaseSynthesizer
The set of voices available in this Synthesizer.
voiceList - Variable in class com.sun.speech.engine.synthesis.VoiceList
The list of Voices.

W

WHITESPACE_SYMBOLS - Static variable in class com.sun.speech.freetts.en.us.USEnglish
whitespace symbols regular expression pattern
WORD - Static variable in class com.sun.speech.freetts.Relation
Name of the relation that contains the normalized version of the original input text.
WRAPPER_ID - Static variable in class com.sun.speech.engine.SpeechEventWrapper
Use an id that won't be confused with JSAPI event ids.
WaveUtils - class com.sun.speech.freetts.util.WaveUtils.
Provides a set of utilities for prrocessing wave/audio data.
WaveUtils() - Constructor for class com.sun.speech.freetts.util.WaveUtils
 
WordRelation - class com.sun.speech.freetts.en.us.WordRelation.
Helper class to add words and breaks into a Relation object.
waitCompleted() - Method in class com.sun.speech.engine.synthesis.BaseSynthesizerQueueItem
wait for this queue item to be completed
waitCompleted() - Method in interface com.sun.speech.freetts.FreeTTSSpeakable
Waits for this speakable item to be completed.
waitCompleted() - Method in class com.sun.speech.freetts.FreeTTSSpeakableImpl
Waits for this speakable item to be completed.
waitEngineState(long) - Method in class com.sun.speech.engine.BaseEngine
Blocks the calling thread until this Engine is in a specified state.
waitUntilDispatched - Static variable in class com.sun.speech.engine.SpeechEventUtilities
If true, wait until an event has been dispatched before returning from the post method.
warn(String) - Method in class com.sun.speech.freetts.Voice
Sends the given warning message to stderr.
wordBreak(Item) - Static method in class com.sun.speech.freetts.en.us.FeatureProcessors
Classifies the type of word break
wordPunc(Item) - Static method in class com.sun.speech.freetts.en.us.FeatureProcessors
Gets the punctuation associated with the word
write(byte[]) - Method in interface com.sun.speech.freetts.audio.AudioPlayer
Writes the given bytes to the audio stream
write(byte[], int, int) - Method in interface com.sun.speech.freetts.audio.AudioPlayer
Writes the given bytes to the audio stream
write(byte[]) - Method in class com.sun.speech.freetts.audio.JavaClipAudioPlayer
Writes the given bytes to the audio stream
write(byte[], int, int) - Method in class com.sun.speech.freetts.audio.JavaClipAudioPlayer
Writes the given bytes to the audio stream
write(byte[]) - Method in class com.sun.speech.freetts.audio.JavaStreamingAudioPlayer
Writes the given bytes to the audio stream
write(byte[], int, int) - Method in class com.sun.speech.freetts.audio.JavaStreamingAudioPlayer
Writes the given bytes to the audio stream
write(byte[]) - Method in class com.sun.speech.freetts.audio.MultiFile8BitAudioPlayer
Writes the given bytes to the audio stream
write(byte[], int, int) - Method in class com.sun.speech.freetts.audio.MultiFile8BitAudioPlayer
Writes the given bytes to the audio stream
write(byte[]) - Method in class com.sun.speech.freetts.audio.MultiFileAudioPlayer
Writes the given bytes to the audio stream
write(byte[], int, int) - Method in class com.sun.speech.freetts.audio.MultiFileAudioPlayer
Writes the given bytes to the audio stream
write(byte[]) - Method in class com.sun.speech.freetts.audio.NullAudioPlayer
Writes the given bytes to the audio stream
write(byte[], int, int) - Method in class com.sun.speech.freetts.audio.NullAudioPlayer
Writes the given bytes to the audio stream
write(byte[]) - Method in class com.sun.speech.freetts.audio.RawFileAudioPlayer
Writes the given bytes to the audio stream
write(byte[], int, int) - Method in class com.sun.speech.freetts.audio.RawFileAudioPlayer
Writes the given bytes to the audio stream
write(byte[]) - Method in class com.sun.speech.freetts.audio.SingleFileAudioPlayer
Writes the given bytes to the audio stream
write(byte[], int, int) - Method in class com.sun.speech.freetts.audio.SingleFileAudioPlayer
Writes the given bytes to the audio stream

Y

YOUNGER_ADULT - Static variable in class com.sun.speech.freetts.Age
Age roughly 20 to 40 years.

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