text to speech - How to use Android TTS in Arabic -


my application implements texttospeech.oninitlistener interface, , i'm trying let speak arabic letters, seems doesn't support arabic.

what should do?

here code sets language, arabic not supported:

mtts = new texttospeech (this, this);  mtts.setlanguage(locale.us); 

arabic not supported default google tts engine. need install third-party tts engine supports arabic such espeak or svox arabic.


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

android - Associate same looper with different threads -

visual studio 2010 - Connect to informix database windows form application -