Skip to content
LucQuebec edited this page Jul 5, 2026 · 2 revisions

Whisper Android — Wiki

Prebuilt whisper.cpp AAR for Android: on-device speech-to-text, no NDK, no source build.

Guides

What this is

You give it an audio file (16 kHz mono WAV) and a model file (ggml), you get back text with timestamps — entirely on-device. 99 languages, optional translation to English.

Requirements

  • Android API 24+ (Android 7.0+)
  • arm64-v8a device (Free tier)
  • A downloaded ggml model (not bundled — see why)

Publisher

Jokobee · https://www.jokobee.com · contact@jokobee.com

Clone this wiki locally