Is it possible to embed TTS in Android?

前端 未结 2 727
一生所求
一生所求 2021-01-28 00:50

Unhapilly my language doesn\'t have support for TTS in stock Android. So, my users have to download a third party TTS voice engine. This is QUITE annoying since it requires extr

2条回答
  •  粉色の甜心
    2021-01-28 01:07

    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.

提交回复
热议问题