I am looking a way to develop an app in Android which speaks Vietnamese from texts. As I know there is no Vietnamese TTS installed by default. So is there any Vietnamese TTS engine for Android around there ?
One more thing : I pretend even I have Vietnamese TTS engine installed but the method mTts.setLanguage(Locale)
requires a suitable locale and Vietnamese locale is not in the suggestion list. Is there a workaround solution for this case ?
Asked
Active
Viewed 3,766 times
6

MysticMagicϡ
- 28,593
- 16
- 73
- 124

JatSing
- 4,857
- 16
- 55
- 65
-
you can create custom locales in the emulator. – Ian Aug 16 '11 at 18:17
-
1You must install a TTS engine which supports Vietnamese. When you had it, you could do tts.setLanguage(new Locale("vi")); – emeraldhieu Sep 04 '11 at 21:50
1 Answers
1
You can't do something like this because it is not avaible a vietnamese tts language library. You have to wait if google will develop something like this. Or maybe you can try to do this by your own.

Giuseppe
- 307
- 3
- 18