Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 490 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 490 Bytes

Edge-TTS-Lib

Android Sdk for Edge Read Aloud

jitpack

Usage

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

Reference