]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
android : decouple example into a library and app module (#1445)
authorTobrun <redacted>
Tue, 7 Nov 2023 12:27:33 +0000 (13:27 +0100)
committerGitHub <redacted>
Tue, 7 Nov 2023 12:27:33 +0000 (14:27 +0200)
commit973111088b1847687ff48dc5b9e3907d5eb44d4b
tree014cf3e368b1bf0ac68364fbe192176d29c112ad
parent11b503055e1810afd45127b626d823fa7d15d531
android : decouple example into a library and app module (#1445)
14 files changed:
examples/whisper.android/app/build.gradle
examples/whisper.android/app/src/main/java/com/whispercppdemo/ui/main/MainScreenViewModel.kt
examples/whisper.android/app/src/main/java/com/whispercppdemo/whisper/LibWhisper.kt [deleted file]
examples/whisper.android/app/src/main/java/com/whispercppdemo/whisper/WhisperCpuConfig.kt [deleted file]
examples/whisper.android/app/src/main/jni/whisper/CMakeLists.txt [deleted file]
examples/whisper.android/app/src/main/jni/whisper/jni.c [deleted file]
examples/whisper.android/lib/.gitignore [new file with mode: 0644]
examples/whisper.android/lib/build.gradle [new file with mode: 0644]
examples/whisper.android/lib/src/main/AndroidManifest.xml [new file with mode: 0644]
examples/whisper.android/lib/src/main/java/com/whispercpp/whisper/LibWhisper.kt [new file with mode: 0644]
examples/whisper.android/lib/src/main/java/com/whispercpp/whisper/WhisperCpuConfig.kt [new file with mode: 0644]
examples/whisper.android/lib/src/main/jni/whisper/CMakeLists.txt [new file with mode: 0644]
examples/whisper.android/lib/src/main/jni/whisper/jni.c [new file with mode: 0644]
examples/whisper.android/settings.gradle