Android Vietnamese Text to Speech?
Asked Answered
S

1

6

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 ?

Subcortex answered 11/8, 2011 at 17:14 Comment(2)
you can create custom locales in the emulator.Cheops
You must install a TTS engine which supports Vietnamese. When you had it, you could do tts.setLanguage(new Locale("vi"));Freitas
J
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.

Jeane answered 1/7, 2015 at 15:2 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.