Skip to content

feat(app): add media memory support for voice memos, audio, and video#101

Merged
comppaz merged 1 commit intomainfrom
feat/media-memory-support
Jan 23, 2026
Merged

feat(app): add media memory support for voice memos, audio, and video#101
comppaz merged 1 commit intomainfrom
feat/media-memory-support

Conversation

@comppaz
Copy link
Copy Markdown
Collaborator

@comppaz comppaz commented Jan 23, 2026

Summary

  • Add voice memo recording from system tray and main app
  • Add audio file upload with drag-and-drop support (mp3, wav, m4a, webm, ogg, flac)
  • Add video file upload with FFmpeg audio extraction and thumbnail generation
  • Add local AI transcription using faster-whisper with timestamp segments
  • Add new memory card components for voice memos, audio, and video
  • Add transcription settings for Whisper model selection
  • Add file size limits (100MB audio, 500MB video) and input validation
  • Add proper cleanup and timeout handling to prevent memory leaks and hangs

Test plan

  • Test voice memo recording from tray popup
  • Test voice memo recording from main app
  • Test audio file upload via drag-and-drop
  • Test audio file upload via file picker
  • Test video file upload with audio extraction
  • Test transcription completes successfully
  • Test retry transcription on failure
  • Verify memory detail panel shows transcript with timestamps

- Add voice memo recording from system tray and main app
- Add audio file upload with drag-and-drop support (mp3, wav, m4a, webm, ogg, flac)
- Add video file upload with FFmpeg audio extraction and thumbnail generation
- Add local AI transcription using faster-whisper with timestamp segments
- Add new memory card components for voice memos, audio, and video
- Add transcription settings for Whisper model selection
- Add file size limits (100MB audio, 500MB video) and input validation
- Add proper cleanup and timeout handling to prevent memory leaks and hangs
@comppaz comppaz merged commit 16103f3 into main Jan 23, 2026
1 check failed
@comppaz comppaz deleted the feat/media-memory-support branch January 23, 2026 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant