feat: add expressive offline Russian book TTS

This commit is contained in:
Курнат Андрей
2026-07-21 21:28:48 +03:00
parent 28312e3fbc
commit cf82ab61eb
47 changed files with 127843 additions and 124 deletions
+8
View File
@@ -18,6 +18,9 @@ android {
vectorDrawables {
useSupportLibrary = true
}
ndk {
abiFilters += "arm64-v8a"
}
}
buildTypes {
@@ -53,6 +56,10 @@ android {
excludes += "/META-INF/{AL2.0,LGPL2.1}"
}
}
androidResources {
noCompress += "onnx"
}
}
dependencies {
@@ -67,6 +74,7 @@ dependencies {
implementation("androidx.constraintlayout:constraintlayout:2.2.1")
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0")
implementation("androidx.webkit:webkit:1.12.1")
implementation("com.microsoft.onnxruntime:onnxruntime-android:1.27.0")
testImplementation("junit:junit:4.13.2")
}