Package | Description |
---|---|
org.eclipse.actf.ai.tts |
This package contains interfaces and utilities for low level text synthesis.
|
org.eclipse.actf.ai.voice |
This package contains interfaces and utilities that enable an application to perform text synthesis
operations.
|
org.eclipse.actf.visualization.engines.voicebrowser |
This package contains interfaces and utilities for voice browser engines.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ISAPIEngine
ISAPIEngine interface defines text synthesis interface to be implemented by
SAPI5 and MSP text-to-speech engine
|
Modifier and Type | Method and Description |
---|---|
static ITTSEngine |
TTSRegistry.createTTSEngine(String id) |
Modifier and Type | Method and Description |
---|---|
ITTSEngine |
IVoice.getTTSEngine()
Get current low-level TTS Engine interface.
|
Modifier and Type | Method and Description |
---|---|
void |
IVoiceBrowserController.setSpeechControl(ITTSEngine ttsEngine)
Set Text To Speech (TTS) Engine to enable speech output.
|