From 88e4a034e15b324a5bb3361231dbbfd203213af5 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Sat, 6 Dec 2025 22:31:37 -0800 Subject: [PATCH] Create task task-043 --- ...d-and-publish-Voice-Command-Android-APK.md | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 backlog/tasks/task-043 - Build-and-publish-Voice-Command-Android-APK.md diff --git a/backlog/tasks/task-043 - Build-and-publish-Voice-Command-Android-APK.md b/backlog/tasks/task-043 - Build-and-publish-Voice-Command-Android-APK.md new file mode 100644 index 0000000..5bb617f --- /dev/null +++ b/backlog/tasks/task-043 - Build-and-publish-Voice-Command-Android-APK.md @@ -0,0 +1,38 @@ +--- +id: task-043 +title: Build and publish Voice Command Android APK +status: To Do +assignee: [] +created_date: '2025-12-07 06:31' +labels: + - android + - voice-command + - mobile +dependencies: [] +priority: high +--- + +## Description + + +Native Android app for voice-to-text transcription with on-device Whisper processing has been scaffolded. Next steps: + +1. Download Whisper model files (run download-models.sh) +2. Set up Android signing keystore +3. Build debug APK and test on device +4. Fix any runtime issues +5. Build release APK +6. Publish to GitHub releases + +The app uses sherpa-onnx for on-device transcription, supports floating button, volume button triggers, and Quick Settings tile. + + +## Acceptance Criteria + +- [ ] #1 Model files downloaded and bundled +- [ ] #2 APK builds successfully +- [ ] #3 Recording works on real device +- [ ] #4 Transcription produces accurate results +- [ ] #5 All trigger methods functional +- [ ] #6 Release APK signed and published +