A B C D E F G H I K L M N O P R S T U V W
A
- addBuffer(int, int, int) -
Method in class org.alchar.jdtk.DECtalk
- Add a memory buffer with the given parameters.
- addCallBackListener(CallBackListener) -
Method in class org.alchar.jdtk.DECtalk
- Add a call back listener to the listener list of this object.
- addEngineListener(EngineListener) -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizer
- Add an EngineListener to the listener list of this object.
- addPropertyChangeListener(PropertyChangeListener) -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizerProperties
- Add a PropertyChangeListener to the listener list of this object.
- addResponse(String) -
Method in class org.alchar.jdtk.Client
- Add a response to the receive queue for processing.
- addSpeakableListener(SpeakableListener) -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizer
- Add a SpeakableListener to the listener list of this object.
- allocate() -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizer
- Allocate resources for the synthesizer.
- AUDIO_STARTED -
Static variable in class org.alchar.jdtk.CallBackEvent
-
- AUDIO_STOPPED -
Static variable in class org.alchar.jdtk.CallBackEvent
-
- audioStarted(CallBackEvent) -
Method in class org.alchar.jdtk.CallBackAdapter
- Handle an audio started call back event.
- audioStarted(CallBackEvent) -
Method in interface org.alchar.jdtk.CallBackListener
- Handle an audio started call back event.
- audioStopped(CallBackEvent) -
Method in class org.alchar.jdtk.CallBackAdapter
- Handle an audio stopped call back event.
- audioStopped(CallBackEvent) -
Method in interface org.alchar.jdtk.CallBackListener
- Handle an audio stopped call back event.
B
- BETTY -
Static variable in class org.alchar.jdtk.Voice
- The default female voice.
C
- CallBackAdapter - Class in org.alchar.jdtk
- This class provides a default implementation of the CallBackListener
interface.
- CallBackAdapter() -
Constructor for class org.alchar.jdtk.CallBackAdapter
-
- CallBackEvent - Class in org.alchar.jdtk
- This class implements an event that is sent when a call back is received
from the DECtalk software speech synthesizer.
- CallBackEvent(Object, int, int) -
Constructor for class org.alchar.jdtk.CallBackEvent
- Create a new call back event with the given source, id, and index mark.
- CallBackEvent(Object, int) -
Constructor for class org.alchar.jdtk.CallBackEvent
- Create a new call back event with the given source and id.
- CallBackListener - Interface in org.alchar.jdtk
- This interface defines the API for call back event listeners.
- cancel() -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizer
- Remove the top-most item from the speech output queue.
- cancel(Object) -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizer
- Remove the given item from the speech output queue.
- cancelAll() -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizer
- Remove all items from the speech output queue, and terminate any item
that is currently being spoken (if any).
- Caps - Class in org.alchar.jdtk
- This class encapsulates the capabilities of the DECtalk software speech
synthesizer.
- Caps() -
Constructor for class org.alchar.jdtk.Caps
- Create a new DECtalk capabilities object.
- cbIndexMark(int, int) -
Method in class org.alchar.jdtk.DECtalk
- Process a call back for an index mark.
- cbStatus(int, int) -
Method in class org.alchar.jdtk.DECtalk
- Process a call back for a status message.
- Client - Class in org.alchar.jdtk
- This class provides the client end of the client/server API for the DECtalk
software speech synthesizer.
- Client(DECtalk) -
Constructor for class org.alchar.jdtk.Client
- Create a new Client object.
- close() -
Method in class org.alchar.jdtk.Client
- Handle a close connection event.
- closeInMemory() -
Method in class org.alchar.jdtk.DECtalk
- Close the current (in-memory) output buffer.
- closeLogFile() -
Method in class org.alchar.jdtk.DECtalk
- Close a previously opened log file.
- closeWaveOutputFile() -
Method in class org.alchar.jdtk.DECtalk
- Close a previously opened wave output file.
- createEngine() -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizerModeDesc
- Return an engine (actually a DTKSynthesizer) that matches the properties
of this synthesizer mode.
- createEngineList(EngineModeDesc) -
Method in class org.alchar.jdtk.jsapi.DTKEngineCentral
- Return a list with references to all synthesizer that match the given
parameter.
D
- deallocate() -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizer
- Deallocate resources for the synthesizer.
- DECtalk - Class in org.alchar.jdtk
- This class provides a API to the DECtalk software speech synthesizer.
- DECtalkException - Exception in org.alchar.jdtk
- This class implements the exception that is thrown when a DECtalk operation
fails.
- DECtalkException(int) -
Constructor for exception org.alchar.jdtk.DECtalkException
- Create a new DECtalkException for a given DECtalk error code.
- DECtalkException(String) -
Constructor for exception org.alchar.jdtk.DECtalkException
- Create a new DECtalkException with a given message.
- DECtalkException(String, Throwable) -
Constructor for exception org.alchar.jdtk.DECtalkException
- Create a new DECtalkException with a given message and cause.
- DENNIS -
Static variable in class org.alchar.jdtk.Voice
- A younger male voice.
- describeState(long) -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizer
- Return a string representation for the given engine state.
- devId -
Variable in class org.alchar.jdtk.Status
- Wave output device id.
- DTKEngineCentral - Class in org.alchar.jdtk.jsapi
- This class implements the JSAPI 1.0 EngineCentral interface for the DECtalk
software speech synthesizer.
- DTKEngineCentral() -
Constructor for class org.alchar.jdtk.jsapi.DTKEngineCentral
- Create a new DTKEngineCentral object.
- DTKEngineEvent - Class in org.alchar.jdtk.jsapi
- This class extends the JSAPI EngineEvent class.
- DTKEngineEvent(Engine, int, long, long) -
Constructor for class org.alchar.jdtk.jsapi.DTKEngineEvent
- Create a new engine event with the given parameters.
- DTKSpeakableEvent - Class in org.alchar.jdtk.jsapi
- This class extends the JSAPI SpeakableEvent class.
- DTKSpeakableEvent(Object, int) -
Constructor for class org.alchar.jdtk.jsapi.DTKSpeakableEvent
- Create a new speakable event for the given source and with the given id.
- DTKSpeakableEvent(Object, int, String, int) -
Constructor for class org.alchar.jdtk.jsapi.DTKSpeakableEvent
- Create a new speakable event for the given source, id, text, and marker
type.
- DTKSpeakableEvent(Object, int, String, int, int) -
Constructor for class org.alchar.jdtk.jsapi.DTKSpeakableEvent
- Create a new speakable event for the given source and with the given id.
- DTKSynthesizer - Class in org.alchar.jdtk.jsapi
- This class implements a JSAPI 1.0 synthesizer for the DECtalk software
speech synthesizer.
- DTKSynthesizer() -
Constructor for class org.alchar.jdtk.jsapi.DTKSynthesizer
- Create a new DTKSynthesizer object.
- DTKSynthesizer(DTKSynthesizerModeDesc) -
Constructor for class org.alchar.jdtk.jsapi.DTKSynthesizer
- Create a new DTKSynthesizer object with the given synthesizer mode.
- DTKSynthesizerEvent - Class in org.alchar.jdtk.jsapi
- This class extends the JSAPI SynthesizerEvent class.
- DTKSynthesizerEvent(Synthesizer, int, boolean, long, long) -
Constructor for class org.alchar.jdtk.jsapi.DTKSynthesizerEvent
- Create a new synthesizer event with the given parameters.
- DTKSynthesizerModeDesc - Class in org.alchar.jdtk.jsapi
- This class provides an implementation of the synthesizer-specific mode
description class.
- DTKSynthesizerModeDesc(String, String, Locale, DTKVoice[]) -
Constructor for class org.alchar.jdtk.jsapi.DTKSynthesizerModeDesc
- Create a new DTKSynthesizerModeDesc object based on the given
parameters.
- DTKSynthesizerProperties - Class in org.alchar.jdtk.jsapi
- This class provides an implementation of the JSAPI 1.0 SynthesizerProperties
interface for the DECtalk software speech synthesizer.
- DTKSynthesizerProperties() -
Constructor for class org.alchar.jdtk.jsapi.DTKSynthesizerProperties
- Create a new synthesizer properties object with default values.
- DTKSynthesizerProperties(Voice, float, float, float, float) -
Constructor for class org.alchar.jdtk.jsapi.DTKSynthesizerProperties
- Create a new synthesizer properties object with the given values.
- DTKSynthesizerQueueItem - Class in org.alchar.jdtk.jsapi
- This class implements an object on the speech output queue of a
DTKSynthesizer.
- DTKSynthesizerQueueItem(Object, String, boolean, SpeakableListener) -
Constructor for class org.alchar.jdtk.jsapi.DTKSynthesizerQueueItem
- Create a new DTKSynthesizerQueueItem object with the given parameters.
- DTKVoice - Class in org.alchar.jdtk.jsapi
- This class implements the JSAPI 1.0 functionality for a DECtalk voice.
- DTKVoice(Voice) -
Constructor for class org.alchar.jdtk.jsapi.DTKVoice
- Create a new DTKVoice object based on the given DECtalk Voice object.
E
- enumerateQueue() -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizer
- Return an enumeration of the items that are currently on the speech
output queue.
F
- FRANK -
Static variable in class org.alchar.jdtk.Voice
- An older male voice.
G
- getAudioManager() -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizer
- Return the object that is responsible for managing the audio.
- getAveragePitch() -
Method in class org.alchar.jdtk.jsapi.DTKVoice
- Return the average pitch for this voice (in Hz).
- getAveragePitch() -
Method in class org.alchar.jdtk.Voice
- Return the average pitch.
- getCaps() -
Method in class org.alchar.jdtk.DECtalk
- Return the capabilities of the synthesizer.
- getControlComponent() -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizerProperties
- Return the component that provides the default user interface for
setting the properties.
- getDECtalk() -
Static method in class org.alchar.jdtk.DECtalk
- Return a reference to the singleton DECtalk object.
- getEngineModeDesc() -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizer
- Return the mode description for the engine.
- getEngineProperties() -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizer
- Return the engine properties object for this synthesizer.
- getEngineState() -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizer
- Return the engine state.
- getLanguage() -
Method in class org.alchar.jdtk.DECtalk
- Return the currently selected language.
- getMark() -
Method in class org.alchar.jdtk.CallBackEvent
- Return the value of the index mark.
- getPitch() -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizerProperties
- Return the average pitch (in Hz).
- getPitchRange() -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizerProperties
- Return the pitch range (in Hz).
- getPitchRange() -
Method in class org.alchar.jdtk.jsapi.DTKVoice
- Return the pitch range for this voice (in Hz).
- getPitchRange() -
Method in class org.alchar.jdtk.Voice
- Return the pitch range percentage.
- getRate() -
Method in class org.alchar.jdtk.DECtalk
- Return the speaking rate.
- getSpeaker() -
Method in class org.alchar.jdtk.DECtalk
- Return the currently selected speaker.
- getSpeakingRate() -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizerProperties
- Return the speaking rate (in words per minute).
- getStatus() -
Method in class org.alchar.jdtk.DECtalk
- Return the status of the synthesizer.
- getSynthesizerProperties() -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizer
- Return the synthesizer properties object for this synthesizer.
- getVocabManager() -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizer
- Return the object that is responsible for managing the vocabulary.
- getVoice() -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizerProperties
- Return the voice.
- getVoices() -
Static method in class org.alchar.jdtk.jsapi.DTKVoice
- Return an array of all voices.
- getVoices() -
Static method in class org.alchar.jdtk.Voice
- Return a array of all available voices.
- getVolume(int) -
Method in class org.alchar.jdtk.DECtalk
- Return the volume.
- getVolume() -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizerProperties
- Return the volume as a value within the closed range [0.0, 1.0].
H
- HARRY -
Static variable in class org.alchar.jdtk.Voice
- A deep male voice.
I
- INDEX_MARK -
Static variable in class org.alchar.jdtk.CallBackEvent
-
- indexMark(CallBackEvent) -
Method in class org.alchar.jdtk.CallBackAdapter
- Handle an index mark call back event.
- indexMark(CallBackEvent) -
Method in interface org.alchar.jdtk.CallBackListener
- Handle an index mark call back event.
- inputCharCount -
Variable in class org.alchar.jdtk.Status
- Input character count.
K
- KIT -
Static variable in class org.alchar.jdtk.Voice
- A child voice.
L
- languages -
Variable in class org.alchar.jdtk.Caps
- List of suported languages (by id).
- loadUserDict(String) -
Method in class org.alchar.jdtk.DECtalk
- Load a user dictionary from the given filename.
M
- main(String[]) -
Static method in class org.alchar.jdtk.DECtalk
- Method to implement a standalone test utility.
- main(String[]) -
Static method in class org.alchar.jdtk.test.TestJSAPI
-
- maxSpeakingRate -
Variable in class org.alchar.jdtk.Caps
- Maximum speaking rate.
- minSpeakingRate -
Variable in class org.alchar.jdtk.Caps
- Minimum speaking rate.
- MSG_INDEX_MARK -
Static variable in class org.alchar.jdtk.DECtalk
-
- MSG_STATUS -
Static variable in class org.alchar.jdtk.DECtalk
-
N
- numSpeakers -
Variable in class org.alchar.jdtk.Caps
- Number of speakers.
O
- openInMem(String, int) -
Method in class org.alchar.jdtk.DECtalk
- Open an (in-memory) output buffer for the given output format.
- openLogFile(String, int) -
Method in class org.alchar.jdtk.DECtalk
- Open a log file with the given filename and options flag.
- openWaveOutFile(String, int) -
Method in class org.alchar.jdtk.DECtalk
- Open an output file with the given filename for the given output format.
- org.alchar.jdtk - package org.alchar.jdtk
-
- org.alchar.jdtk.jsapi - package org.alchar.jdtk.jsapi
-
- org.alchar.jdtk.test - package org.alchar.jdtk.test
-
P
- paramString(StringBuilder) -
Method in class org.alchar.jdtk.CallBackEvent
- Add specific event related information to the string representation.
- paramString(StringBuilder) -
Method in class org.alchar.jdtk.jsapi.DTKEngineEvent
- Add a textual representation to the given string builder.
- paramString(StringBuilder) -
Method in class org.alchar.jdtk.jsapi.DTKSpeakableEvent
- Add a textual representation to the given string builder.
- paramString(StringBuilder) -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizerEvent
- Add a textual representation to the given string builder.
- PAUL -
Static variable in class org.alchar.jdtk.Voice
- The default male voice.
- pause() -
Method in class org.alchar.jdtk.DECtalk
- Pause the synthesizer output.
- pause() -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizer
- Pause the engine.
- phoneme(String) -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizer
- Render the given plain text into a phoneme string.
R
- removeCallBackListener(CallBackListener) -
Method in class org.alchar.jdtk.DECtalk
- Remove a call back listener from the listener list of this object.
- removeEngineListener(EngineListener) -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizer
- Remove an EngineListener from the listener list of this object.
- removePropertyChangeListener(PropertyChangeListener) -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizerProperties
- Remove a PropertyChangeListener from the listener list of this object.
- removeSpeakableListener(SpeakableListener) -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizer
- Remove a SpeakableListener from the listener list of this object.
- reset(boolean) -
Method in class org.alchar.jdtk.DECtalk
- Reste the synthesizer.
- reset() -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizerProperties
- Reset the object state.
- resume() -
Method in class org.alchar.jdtk.DECtalk
- Resume the synthesizer output.
- resume() -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizer
- Resume after previously pausing the engine.
- returnBuffer() -
Method in class org.alchar.jdtk.DECtalk
- Return the current (in-memory) buffer.
- RITA -
Static variable in class org.alchar.jdtk.Voice
- A deep female voice.
S
- sampleRate -
Variable in class org.alchar.jdtk.Caps
- Sample rate.
- sendAllocated(EngineEvent) -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizer
- Send an engine allocated event.
- sendAllocated(long[]) -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizer
- Send an engine allocated event.
- sendAllocatingResources(EngineEvent) -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizer
- Send an engine allocating resources event.
- sendAllocatingResources(long[]) -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizer
- Send an engine allocating resources event.
- sendAudioStarted(CallBackEvent) -
Method in class org.alchar.jdtk.DECtalk
- Send an audio started call back event.
- sendAudioStopped(CallBackEvent) -
Method in class org.alchar.jdtk.DECtalk
- Send an audio stopped call back event.
- sendDeallocated(EngineEvent) -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizer
- Send an engine deallocated event.
- sendDeallocated(long[]) -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizer
- Send an engine deallocated event.
- sendDeallocatingResources(EngineEvent) -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizer
- Send an engine deallocating resources event.
- sendDeallocatingResources(long[]) -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizer
- Send an engine deallocating resources event.
- sendIndexMark(CallBackEvent) -
Method in class org.alchar.jdtk.DECtalk
- Send an index mark call back event.
- sendMarkerReached(SpeakableEvent) -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizerQueueItem
- Send a marker reached event.
- sendMarkerReached(Object, String, int) -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizerQueueItem
- Send a marker reached event.
- sendPaused(EngineEvent) -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizer
- Send an engine paused event.
- sendPaused(long[]) -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizer
- Send an engine paused event.
- sendPropertyChangeEvent(PropertyChangeEvent) -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizerProperties
- Send a property change event to all the listeners.
- sendPropertyChangeEvent(String, Object, Object) -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizerProperties
- Send a property change event for an object property value change.
- sendPropertyChangeEvent(String, float, float) -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizerProperties
- Send a property change event for a float property value change.
- sendQueueEmptied(SynthesizerEvent) -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizer
- Send a synthesizer queue emptied event.
- sendQueueEmptied(boolean, long[]) -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizer
- Send a synthesizer queue emptied event.
- sendQueueUpdated(SynthesizerEvent) -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizer
- Send a synthesizer queue updated event.
- sendQueueUpdated(boolean, long[]) -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizer
- Send a synthesizer queue updated event.
- sendRequest(String, String) -
Method in class org.alchar.jdtk.Client
- Send a request to the DECtalk server.
- sendResumed(EngineEvent) -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizer
- Send an engine resumed event.
- sendResumed(long[]) -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizer
- Send an engine resumed event.
- sendSpeakableCancelled(SpeakableEvent) -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizerQueueItem
- Send a speakable cancelled event.
- sendSpeakableCancelled(Object) -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizerQueueItem
- Send a speakable cancelled event.
- sendSpeakableEnded(SpeakableEvent) -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizerQueueItem
- Send a speakable ended event.
- sendSpeakableEnded(Object) -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizerQueueItem
- Send a speakable ended event.
- sendSpeakablePaused(SpeakableEvent) -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizerQueueItem
- Send a speakable paused event.
- sendSpeakablePaused(Object) -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizerQueueItem
- Send a speakable paused event.
- sendSpeakableResumed(SpeakableEvent) -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizerQueueItem
- Send a speakable resumed event.
- sendSpeakableResumed(Object) -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizerQueueItem
- Send a speakable resumed event.
- sendSpeakableStarted(SpeakableEvent) -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizerQueueItem
- Send a speakable started event.
- sendSpeakableStarted(Object) -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizerQueueItem
- Send a speakable started event.
- sendTopOfQueue(SpeakableEvent) -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizerQueueItem
- Send a top-of-queue event.
- sendTopOfQueue(Object) -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizerQueueItem
- Send a top-of-queue event.
- sendWordStarted(SpeakableEvent) -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizerQueueItem
- Send a word started event.
- sendWordStarted(Object, String, int, int) -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizerQueueItem
- Send a word started event.
- setLanguage(int) -
Method in class org.alchar.jdtk.DECtalk
- Set the language.
- setPitch(float) -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizerProperties
- Set the average pitch (in Hz).
- setPitchRange(float) -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizerProperties
- Set the pitch range (in Hz).
- setRate(int) -
Method in class org.alchar.jdtk.DECtalk
- Set the speaking rate.
- setSpeaker(int) -
Method in class org.alchar.jdtk.DECtalk
- Set the speaker.
- setSpeakingRate(float) -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizerProperties
- Set the speaking rate (in words per minute).
- setVoice(Voice) -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizerProperties
- Set the voice.
- setVolume(int, int) -
Method in class org.alchar.jdtk.DECtalk
- Set the volume for the given channel.
- setVolume(float) -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizerProperties
- Set the volume as a value within the closed range [0.0, 1.0].
- shutdown() -
Method in class org.alchar.jdtk.DECtalk
- Terminate the execution of the speech synthesizer.
- speak(String) -
Method in class org.alchar.jdtk.DECtalk
- Speak the given string with nirmal priority.
- speak(Speakable, SpeakableListener) -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizer
- Render the JSML text provided by the given Speakable object into speech.
- speak(URL, SpeakableListener) -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizer
- Render the JSML text found at the given URL into speech.
- speak(String, SpeakableListener) -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizer
- Render the given JSML text into speech.
- speakImmediately(String) -
Method in class org.alchar.jdtk.DECtalk
- Speak the given string with higher priority.
- speakingStatus -
Variable in class org.alchar.jdtk.Status
- Speaking status.
- speakPlainText(String, SpeakableListener) -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizer
- Render the given plain text into speech.
- startup() -
Method in class org.alchar.jdtk.DECtalk
- Initialize the synthesizer.
- Status - Class in org.alchar.jdtk
- This class encapsulates the status of the DECtalk software speech
synthesizer.
- Status() -
Constructor for class org.alchar.jdtk.Status
- Create a new DECtalk status object.
- sync() -
Method in class org.alchar.jdtk.DECtalk
- Force completion of queued text processing.
T
- terminate() -
Method in class org.alchar.jdtk.Client
- Handle a request to terminate the communication.
- testEngineState(long) -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizer
- Return whether the current engine state matches the given state.
- TestJSAPI - Class in org.alchar.jdtk.test
- Sample program that demonstrates how multiple voices
and synthesizers can be used.
- TestJSAPI() -
Constructor for class org.alchar.jdtk.test.TestJSAPI
-
- toString() -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizerModeDesc
- Return a string representation of this object.
- toString() -
Method in class org.alchar.jdtk.jsapi.DTKVoice
- Return a string representation of this object.
- toString() -
Method in class org.alchar.jdtk.Voice
- Return a string representation of this object.
U
- unknown1 -
Variable in class org.alchar.jdtk.Caps
- Unknown capability entry.
- unknown2 -
Variable in class org.alchar.jdtk.Caps
- Unknown capability entry.
- unloadUserDict() -
Method in class org.alchar.jdtk.DECtalk
- Unload a previously loaded user dictionary.
- URSULA -
Static variable in class org.alchar.jdtk.Voice
- An older female voice.
V
- version -
Variable in class org.alchar.jdtk.Caps
- Version.
- Voice - Class in org.alchar.jdtk
- This class encapsulates a DECtalk software speech synthesizer voice.
- Voice(String, int, int, String, int, int) -
Constructor for class org.alchar.jdtk.Voice
- Create a new DECtalk voice with the given parameters.
- voices -
Static variable in class org.alchar.jdtk.Voice
- A static array holding the list of defined voices.
W
- waitEngineState(long) -
Method in class org.alchar.jdtk.jsapi.DTKSynthesizer
- Wait until the engine is in the specified state.
- WENDY -
Static variable in class org.alchar.jdtk.Voice
- A whispery female voice.
A B C D E F G H I K L M N O P R S T U V W
Copyright © 2007-2009 Kris Van Hees. All Rights Reserved.