Changing default voice in android tts?

Hi, is there a way that you can change the default voice (female) in tts androids? for example, if I need a different voice (man)?

+1
source share
1 answer

As far as I know, no. Can you try using setPitch to make it deeper?

http://developer.android.com/reference/android/speech/tts/TextToSpeech.html#setPitch(float )

+1
source

All Articles