feat: Real-time transcription
Open
- Dominant language
- Rust
- Stars
- 0
- Forks
- 0
- Avg merge
- 13d 17h
- Merged PRs (30d)
- 4
Description
## What
Implement real-time transcription during recording instead of post-processing.
## Why
- Current: Transcription only starts after recording stops
- Blocks: Live captioning or real-time meeting assistance features
- Would enable live captions and immediate feedback
- Competitive feature compared to other transcription apps
## How
- Use Whisper streaming mode or chunked transcription
- Process audio chunks during recording
- Display partial transcripts in UI
- Handle trade-off between latency and accuracy
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.