| 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.
|
| Class and Description |
|---|
| AudioResponse
A simple data class that represents an HTTP response from a TTS service, with
the URI containing the synthesized audio at the top level.
|
| SynthesisRequest
A simple wrapper class comprising the options available when making a
synthesis request.
|
| TTSComponent
The basic interface required of all TTS components.
|
| TTSEvent
A wrapper for events in the TTS subsystem.
|
| TTSListener
Text-to-speech event callback interface.
|
| TTSManager
Manager for text-to-speech output in Spokestack.
|
| TTSManager.Builder
TTS manager builder.
|
| Class and Description |
|---|
| AudioResponse
A simple data class that represents an HTTP response from a TTS service, with
the URI containing the synthesized audio at the top level.
|
| SpokestackSynthesisResponse
A simple wrapper class used for parsing GraphQL responses from the Spokestack
TTS service.
|
| SynthesisRequest
A simple wrapper class comprising the options available when making a
synthesis request.
|
| SynthesisRequest.Builder
A fluent interface for constructing a
TTSInput object piecemeal. |
| SynthesisRequest.Mode
The types of input available for synthesized speech.
|
| TTSCallback
An interface used to receive playback URLs asynchronously from the Spokestack
TTS service.
|
| TTSComponent
The basic interface required of all TTS components.
|
| TTSEvent
A wrapper for events in the TTS subsystem.
|
| TTSEvent.Type
Enum representing the type of event being dispatched.
|
| TTSListener
Text-to-speech event callback interface.
|
| TTSManager
Manager for text-to-speech output in Spokestack.
|
| TTSManager.Builder
TTS manager builder.
|
| TTSService
Text-to-speech service interface.
|
Copyright © 2021. All rights reserved.