Android persian text to speech android library based on Sherpa ONNX & eSpeak
- https://k2-fsa.github.io/sherpa/onnx/android/build-sherpa-onnx.html#download-pre-trained-models
- k2-fsa/sherpa-onnx#524
- https://k2-fsa.github.io/sherpa/onnx/tts/apk.html
To use this library in your project add this to your build.gradle:
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.am3n:PersianTTS:NEWEST-VERSION'
}