Project · Product Hub
Feature Spec — Audio to Events.md
High confidencesourceedited by Cairni · 방금 · AIv1
Overview
File: Feature Spec — Audio to Events.md Owner: Dev Patel
This spec defines how Aurora converts a meeting recording into structured calendar events and action items. Feature Spec — Audio to Events.md
Sections at a Glance
| Section | Key Content |
|---|---|
| Summary | Goal: extract events (title, datetime, attendees) and action items (task, owner, due) from a recording |
| Flow | 4-step pipeline: upload → transcribe → LLM extract → user review → push to calendar & Slack |
| Requirements | Three required/tracked fields: event title, datetime, action owner |
| Edge Cases | Overlapping speech, no explicit date |
Key Facts & Decisions
- Transcription: Uses ElevenLabs with speaker diarization. Feature Spec — Audio to Events.md
- Extraction: An LLM extracts candidate events and action items from the transcript. Feature Spec — Audio to Events.md
- Date resolution: Relative dates are resolved against the meeting date; low-confidence results are flagged for user review. Feature Spec — Audio to Events.md
- Default owner: If no action owner is identified, the speaker defaults as owner. Feature Spec — Audio to Events.md
- Output destinations: Confirmed items are pushed to the shared calendar and Slack. Feature Spec — Audio to Events.md
Edge Cases Noted
- Overlapping speech — handled by diarization.
- No explicit date — event left unscheduled; user is prompted. Feature Spec — Audio to Events.md
Related Pages
- Spec: Audio-to-Events Pipeline — concept page with full requirements table and flow diagram
- Spec: Shared Team Calendar — downstream destination for confirmed events
- Spec: Slack Notifications — downstream destination for confirmed items
- Action Items — tracks open tasks across the project
- Project Overview — home page