This app get a receiving message and read it clearly by google API text to speech. For more feuture, if the locale set in your machine is vietnamese, the app has accent prediction for non-accented Vietnamese VIETNAMESE PREDICTION SOURCES HERE!
$ git clone https://github.com/dungvan2512/Message-Text-To-Speech
- Open android studio, go to
app/src/main/java/com/example/dung/messagetospeech/config/Config.java
and replace your service api of accent prediction. - The Source of server API accent prediction JSP SOURCES HERE!
Build the app to APK file to install in your machine and enjoy.
if your want to build a server api response accent prediction for non-accented Vietnamese text, go to sources and build it to use.