I have a working text to speech but I was wondering instead of a female voice when the app calls it to be played it will do a male voice instead?
Either way you can set your android Text-to-Speech to google TTS service by :
tts = new TextToSpeech(context, this, "com.google.android.tts")
Hope it helps.