AndroidTtsSettings
data class AndroidTtsSettings(val language: Language, val overrideContentLanguage: Boolean, val pitch: Double, val speed: Double, val voices: Map<Language, AndroidTtsEngine.Voice.Id>) : TtsEngine.Settings
Settings values of the Android built-in TTS engine.
See also
Properties
Link copied to clipboard
Whether language information in content should be superseded by language.
Link copied to clipboard