From 4d062ea6ca2981a1b0fdd90cd9e80e0c2754e22d Mon Sep 17 00:00:00 2001 From: Saravana Dhandapani Date: Sun, 15 Feb 2026 03:57:40 -0800 Subject: [PATCH] docs(workstreams): link MindLyst iOS voice blob upload --- docs/workstreams/MOBILE_WORKSTREAM_REMAINING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/workstreams/MOBILE_WORKSTREAM_REMAINING.md b/docs/workstreams/MOBILE_WORKSTREAM_REMAINING.md index 8ed9c8d8..18aa805e 100644 --- a/docs/workstreams/MOBILE_WORKSTREAM_REMAINING.md +++ b/docs/workstreams/MOBILE_WORKSTREAM_REMAINING.md @@ -89,6 +89,8 @@ Voice capture pipeline - [ ] **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] **P1** — Backend: user-scoped SAS URL generation for Blob uploads (`platform-service` `POST /api/blob/sas`) Text capture