Last active
October 30, 2020 15:44
-
-
Save yektasarioglu/46439ad26383299e35aed3d4328c653a to your computer and use it in GitHub Desktop.
configureEnginePreferences method
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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