refactor: low latency audio processing outside of JNI

This commit is contained in:
Miuzarte
2026-04-14 23:38:19 +08:00
parent c002096a1e
commit 08b996e98c
11 changed files with 233 additions and 25 deletions

View File

@@ -40,8 +40,8 @@ android {
applicationId = "io.github.miuzarte.scrcpyforandroid"
minSdk = 26
targetSdk = 36
versionCode = 12
versionName = "0.1.6"
versionCode = 13
versionName = "0.1.7"
externalNativeBuild {
cmake {