docs: link MindLyst iOS Azure Speech scaffold commit

This commit is contained in:
Saravana Dhandapani 2026-02-14 18:04:18 -08:00
parent cf4cf16630
commit ad5fda4144

View File

@ -12,6 +12,8 @@
- https://github.com/saravanakumardb1/learning_multimodal_memory_agents/commit/3b9c44a
- 2026-02-15: MindLyst iOS deep links + WidgetKit quick-capture widget source (requires adding Widget Extension target in Xcode).
- https://github.com/saravanakumardb1/learning_multimodal_memory_agents/commit/e31f8f4
- 2026-02-15: MindLyst iOS Azure Speech SDK streaming STT scaffold (compile-safe placeholder; still needs SDK + wiring).
- https://github.com/saravanakumardb1/learning_multimodal_memory_agents/commit/8834322
- 2026-02-15: LysnrAI iOS sound + haptic feedback for record start/stop (uses existing Settings toggle `sound_effects`).
- https://github.com/saravanakumardb1/learning_voice_ai_agent/commit/2e79ed1
@ -71,7 +73,7 @@ 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)
- [ ] **P0** — Integrate Azure Speech SDK for real-time STT on iOS
- [ ] **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