Android Text To Speech Male Voice

后端 未结 6 2252
闹比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:29

    That depends on the underlying TTS engine. Some are configurable and have different voices (male, female, etc.), some only have one voice. In any case, you cannot control this from your app, the user has to change the TTS engine settings from the Settings app. You could only instruct them to install a particular engine, and setup your app to use it.

提交回复
热议问题