Is it possible to embed TTS in Android?

巧了我就是萌 提交于 2019-12-02 08:27:14

No,It is not possible.

You have to download third party TTS from android market then install it Or you can keep third party TTS .apk into assets and then install it.

After that you need to download corresponding voice data from server whose size is ranging from 32Mb to 160MB.

Then you need to set this tts as default tts engine in android Voice input and output. setting(Externally).

Then you need to set your language if user have chosen Always use my settings in android setting.

I am not sure if you can embed a third party TTS in android. But I have done it using java. there is an open source library available as freetts.jar. Just go through this video tutorial and you will get the procedure. You can try implementing the same in android.

https://www.youtube.com/watch?v=gKAXzpnWXNU

Hope it helps you.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!