DashVoicesInit

Properties

Link copied to clipboard
abstract var localTtsEngine: String?

The key of the local TTS engine which is passed to TextToSpeech. Values for this configuration can be found in TextToSpeech.getEngines. If the value is not found, a default engine will be used.

Link copied to clipboard
abstract var preferLocalTts: Boolean

Configures the TTS engine: local or remote.

Link copied to clipboard
abstract var selectedVoice: DashVoice

The voice that will be used for speech synthesis.