Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TextToSpeech change voice

Tags:

android

I want to be able to change the voice in the text to speech API such as change the:

Voice from female to male.

Make the voice more clear

Change the speed of the voice

Please can someone let me know if this is possible. Thanks.

like image 359
Tommy Avatar asked Oct 12 '22 15:10

Tommy


1 Answers

You can provide your own conversions for specific strings via addSpeech(). There is no documentation for how you can substitute your own text-to-speech engine, though, AFAICT.

like image 70
CommonsWare Avatar answered Oct 14 '22 04:10

CommonsWare