Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Vietnamese Text to Speech?

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 ?

like image 569
JatSing Avatar asked Aug 11 '11 17:08

JatSing


People also ask

How do I get different text to speech voices on Android?

In the "Accessibility" section, select Manage accessibility features. Open Select-to-speak settings. Customize your Select-to-speak voice: Change the language and preferred voice: Under “Speech," choose the language and type of voice you want to hear.

Is Text to Speech available on Android?

Options can include Google's Text-to-speech engine, the device manufacturer's engine, and any third-party text-to-speech engines that you've downloaded from the Google Play Store.


1 Answers

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.

like image 173
Giuseppe Avatar answered Sep 30 '22 17:09

Giuseppe