I want to use my voice instead of default voice for the text-to-speech in Android. Any idea?
Asked
Active
Viewed 969 times
1 Answers
2
You can not replace the voice in default TTS, but you can use external engine and add your voice there.
For example, you can use Flite TTS with your own voice. To add your voice, record voice samples from the existing database (500 samples) and build your voice with the build scripts, then add your voice into TTS. That will take some time though.

Nikolay Shmyrev
- 123
- 4
-
"You can not replace the voice in default TTS, but you can use external engine and add your voice there." Doesn't work. No matter which engine I choose, the phone will use the default, on-board voice. – Kate Fahr Jun 20 '22 at 22:57