/quicktalk

Android TTS wrapper

Primary LanguageKotlin

quicktalk

Android TTS wrapper

Setup

Step 1. Add the JitPack repository to your build file. Add it in your root build.gradle at the end of repositories:

allprojects {
  repositories {
    //...
    maven { url 'https://jitpack.io' }
  }
}

Step 2. Add the dependency

implementation 'com.github.s6joui:quicktalk:1.0.1-alpha'

Usage

val qt = QuickTalk(this)
qt.play("Hello World!")