Android Text To Speech Male Voice

后端 未结 6 2256
闹比i
闹比i 2020-12-09 13:03

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?

6条回答
  •  不思量自难忘°
    2020-12-09 13:21

    Either way you can set your android Text-to-Speech to google TTS service by :

    1. tts = new TextToSpeech(context, this, "com.google.android.tts"), or
    2. Install new male ( English ) voice and set it by default in android.

    Hope it helps.

提交回复
热议问题