Sub-issue: live transcription pipeline
- Dominant language
- Rust
- Stars
- 0
- Forks
- 0
- Avg merge
- 13d 17h
- Merged PRs (30d)
- 4
Description
## What
Add a live / incremental transcription flow so EchoNote shows text while recording instead of waiting until the end.
## Why
This is the biggest gap between EchoNote and the Meetily-style experience. It makes the app feel responsive and useful during long calls.
## How
- stream audio chunks during recording
- feed chunks into the local Whisper pipeline incrementally
- persist partial transcript updates to SQLite
- update the UI with live transcript progress
- keep the final transcript compatible with the current summary flow
Parent: #51
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing the recording flow and locating the local Whisper pipeline, SQLite transcript persistence, and transcript UI entry points. Implement incremental audio processing and partial updates while preserving the final transcript consumed by the existing summary flow; done means text appears during recording and final summaries remain compatible.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust, sqlite
- Domain
- database, full-stack
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100