AndroidTtsEngine
class AndroidTtsEngine : TtsEngine<AndroidTtsSettings, AndroidTtsPreferences, AndroidTtsEngine.Error, AndroidTtsEngine.Voice>
Default TtsEngine implementation using Android's native text to speech engine.
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class Voice(val id: AndroidTtsEngine.Voice.Id, val language: Language, val quality: AndroidTtsEngine.Voice.Quality = Quality.Normal, val requiresNetwork: Boolean = false) : TtsEngine.Voice
Represents a voice provided by the TTS engine which can speak an utterance.
Link copied to clipboard