Android Sdk for Edge Read Aloud
Add it to your build.gradle with:
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}
and:
dependencies {
implementation 'com.github.9ikj:Edge-TTS-Lib:${version}'
}
example see: app