I have to write my own custom TTS engine so that i can use it in my Apps. Why I want to create my own TTS engine because some of the TTS engine either doesn't support required languages OR those which are supported are not free TTS engine, so I will create my own engine with all those languages supported, I Just want to create it as a library(.jar) so it will easy to add to several applications.
Can anyone suggest me how to achieve it OR is it possible to achieve it, if yes then how? please assist me to implement it.