Skip to content

Commit 6cf32f8

Browse files
committed
Update libraries, remove unused pocketfft
1 parent fe833c4 commit 6cf32f8

File tree

5 files changed

+1
-340
lines changed

5 files changed

+1
-340
lines changed

libs

Submodule libs updated from eefe119 to 22696fa

proguard-rules.pro

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@
5252
-keep class org.futo.inputmethod.latin.makedict.ProbabilityInfo
5353
-keep class org.futo.inputmethod.keyboard.KeyboardLayout { *; }
5454

55-
-keep class org.tensorflow.lite.Interpreter** { *; }
56-
-keep class org.futo.pocketfft.** { *; }
57-
5855
-dontobfuscate
5956
-optimizations !code/allocation/variable
6057

voiceinput-shared/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,6 @@ dependencies {
9595
implementation 'androidx.datastore:datastore-preferences:1.1.1'
9696

9797
implementation(name:'vad-release', ext:'aar')
98-
implementation(name:'pocketfft-release', ext:'aar')
99-
100-
implementation(name:'tensorflow-lite-support-api', ext:'aar')
10198

10299
implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.1'
103100
}

voiceinput-shared/src/main/java/org/futo/voiceinput/shared/util/AudioFeatureExtraction.kt

Lines changed: 0 additions & 317 deletions
This file was deleted.

voiceinput-shared/src/main/java/org/futo/voiceinput/shared/whisper/MelProcessor.kt

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)