Skip to content

Instantly share code, notes, and snippets.

@yektasarioglu
Last active October 30, 2020 15:44
Show Gist options
  • Save yektasarioglu/46439ad26383299e35aed3d4328c653a to your computer and use it in GitHub Desktop.
Save yektasarioglu/46439ad26383299e35aed3d4328c653a to your computer and use it in GitHub Desktop.
configureEnginePreferences method
private fun configureEnginePreferences() {
ttsConfig = MLTtsConfig()
.setLanguage(ENGLISH_LANGUAGE_CODE)
.setPerson(ENGLISH_LANGUAGE_CODE + FEMALE_SPEAKER_CODE)
.setSpeed(1f)
.setVolume(1f)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment