| Package | Description |
|---|---|
| io.spokestack.spokestack |
The Spokestack package contains the core classes that implement the speech
recognition pipeline.
|
| io.spokestack.spokestack.tts |
This package contains a client for the Spokestack TTS service.
|
| Modifier and Type | Method and Description |
|---|---|
TTSManager.Builder |
Spokestack.Builder.getTtsBuilder() |
| Modifier and Type | Method and Description |
|---|---|
TTSManager.Builder |
TTSManager.Builder.addTTSListener(TTSListener listener)
Adds a TTS listener.
|
TTSManager.Builder |
TTSManager.Builder.setAndroidContext(android.content.Context androidContext)
Sets the Android context for the pipeline.
|
TTSManager.Builder |
TTSManager.Builder.setConfig(SpeechConfig value)
Attaches a configuration object.
|
TTSManager.Builder |
TTSManager.Builder.setOutputClass(String value)
Sets the class name of the audio output component.
|
TTSManager.Builder |
TTSManager.Builder.setProperty(String key,
Object value)
Sets a component configuration value.
|
TTSManager.Builder |
TTSManager.Builder.setTTSServiceClass(String value)
Sets the class name of the external TTS service component.
|
Copyright © 2021. All rights reserved.