In android,we can able to make text as speech using TTS. TTS supports English, French, German, Italian and Spanish Languages.
TTS Example :-
[sourcecode language="java"]
public class TTSExample extends Activity implements OnInitListener {
/** Called when the activity is first created.
↧
Android TTS (Text To Speech) Example
↧