From 6acb3c05cd14a2520259268fa3d788f13edd4ba2 Mon Sep 17 00:00:00 2001 From: Saravana Dhandapani Date: Sun, 15 Feb 2026 04:04:46 -0800 Subject: [PATCH] docs(workstreams): link MindLyst Android mic + blob upload commits --- docs/workstreams/MOBILE_WORKSTREAM_REMAINING.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/workstreams/MOBILE_WORKSTREAM_REMAINING.md b/docs/workstreams/MOBILE_WORKSTREAM_REMAINING.md index 18aa805e..88d62b8e 100644 --- a/docs/workstreams/MOBILE_WORKSTREAM_REMAINING.md +++ b/docs/workstreams/MOBILE_WORKSTREAM_REMAINING.md @@ -85,12 +85,15 @@ Voice capture pipeline - [x] **P0** — Implement microphone recording on iOS (AVAudioEngine, 16kHz mono) — https://github.com/saravanakumardb1/learning_multimodal_memory_agents/commit/3b9c44a -- [ ] **P0** — Implement microphone recording on Android (AudioRecord, 16kHz mono) +- [x] **P0** — Implement microphone recording on Android (AudioRecord, 16kHz mono) + - https://github.com/saravanakumardb1/learning_multimodal_memory_agents/commit/9b2c06e - [ ] **P0** — Integrate Azure Speech SDK for real-time STT on iOS (scaffolded) — https://github.com/saravanakumardb1/learning_multimodal_memory_agents/commit/8834322 - [ ] **P0** — Integrate Azure Speech SDK for real-time STT on Android - [ ] **P1** — Upload raw audio to Azure Blob Storage after capture - [x] iOS: writes 16kHz mono WAV + uploads to `audio` via `POST /api/blob/sas` and attaches `media.audio` to `memory-items` - https://github.com/saravanakumardb1/learning_multimodal_memory_agents/commit/dc6abc5 +- [x] Android: records WAV + uploads to `audio` via `POST /api/blob/sas` and attaches `media.audio` to `memory-items` + - https://github.com/saravanakumardb1/learning_multimodal_memory_agents/commit/b78729e - [x] **P1** — Backend: user-scoped SAS URL generation for Blob uploads (`platform-service` `POST /api/blob/sas`) Text capture