Skip to content Skip to sidebar Skip to footer

Android Google Tts - Select Voice Variant Programmatically

Google TTS voices on Android, at least for some language/country pairs, come with male and female variants - for example English United Kingdom, has both low and high quality male

Solution 1:

As of API 21, you can use the TextToSpeech.setVoice() method.


Post a Comment for "Android Google Tts - Select Voice Variant Programmatically"