Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
interface CommonVoice
Link copied to clipboard
sealed interface TextToSpeechEngine
Link copied to clipboard
actual class TextToSpeechFactory

Factory class to create a Text-to-Speech instance. Use defaultEngine to set the package name of the default engine. Setting this to TextToSpeechEngine.Google is recommended.

actual class TextToSpeechFactory
expect class TextToSpeechFactory

Factory class to create a Text-to-Speech instance.

actual class TextToSpeechFactory
actual class TextToSpeechFactory

Factory class to create a Text-to-Speech instance.

Link copied to clipboard

A TTS instance. Should be closed when no longer in use.

Link copied to clipboard
Link copied to clipboard
class UtteranceResult(val id: Uuid)
Link copied to clipboard
actual interface Voice
expect interface Voice : CommonVoice
actual interface Voice : CommonVoice, Serializable
actual interface Voice : CommonVoice