Files
meetrec/android/.gitignore
T
fegger 404f3db200 Add native Android app scaffold (M0): whisper.cpp engine via JNI
- android/: Gradle/Kotlin project (AGP 9.4, Compose, NDK 27.1), monorepo
  subdir as planned; whisper.cpp v1.9.3 vendored via pinned fetch script
- core/whisper: JNI wrapper (beam size, threads, language) + WhisperEngine
  Kotlin API mirroring the desktop engine contract
- app (M0 scope): in-app GGML model download from Hugging Face, engine
  load, WAV picker with resampling, on-device transcription, share sheet
- build validated: assembleDebug OK, libwhisper_jni.so + ggml packaged
2026-09-07 11:00:31 +02:00

11 lines
151 B
Plaintext

# Gradle / IDE
.gradle/
build/
.cxx/
local.properties
.idea/
*.iml
.kotlin/
# Vendored whisper.cpp sources (run ./tools/fetch-whisper.sh)
third_party/