Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use and import eSpeak in eclipse?

I am newbie in android dev.

How can i import eSpeak to my android project and use it to read texts?

Where can i download the eSpeak library?

I just found :

http://espeak.sourceforge.net/

https://github.com/rhdunn/espeak#android

But Where is the android project and How to use it?

Is there any sample code to read text?

Thanks.

like image 796
user3214712 Avatar asked Apr 11 '15 22:04

user3214712


1 Answers

just go through these links,

add my TTS Engine to Android TTS Serivce like SAPI

http://eyes-free.googlecode.com/svn@795/trunk/documentation/tutorial/tutorial.html

Hope this will help you..

like image 194
NikW Avatar answered Sep 19 '22 01:09

NikW