Package-level declarations

This package contains the main class TextToSpeech that provides methods for playing and stopping audio messages, managing message queues, and ensuring the meaningful sequencing of audio messages.

Types

Link copied to clipboard
data class MessageConfig(val priority: Int, val timeout: Duration)

Represents the configuration of the Text-To-Speech message.

Link copied to clipboard

Facade for performing operations on TextToSpeechEngine.