feat: Audio file cleanup
Open
- Dominant language
- Rust
- Stars
- 0
- Forks
- 0
- Avg merge
- 13d 17h
- Merged PRs (30d)
- 4
Description
## What
Implement automatic cleanup of original WAV files to prevent unbounded storage growth.
## Why
- Original WAV files are never deleted after transcription
- Storage grows unbounded over time
- User must manually manage files
- Long-term usage will consume significant disk space
## How
- Add setting for retention policy (e.g., keep for 30 days)
- Cleanup after successful transcription and summary
- Or archive to compressed format
- Show storage usage in settings
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.