Skip to content

v1.0.3 β€” Compressed Recordings + Mic Fix

Choose a tag to compare

@rishapgandhi rishapgandhi released this 09 Jun 07:34
· 8 commits to main since this release

What's New

🎡 Compressed Recordings (OGG Opus)

  • Recordings auto-compress from WAV to OGG Opus after stop
  • ~100x smaller β€” a 2hr meeting goes from 1.3GB β†’ 1.7MB
  • 32kbps mono Opus β€” excellent for speech clarity
  • Plays natively in browser (Chrome, Firefox, Edge)
  • No extra tools needed β€” uses ffmpeg (pre-installed on Ubuntu)

🎀 Mic Always-On Fix

  • PulseAudio loopback modules now unload after recording stops
  • Mic indicator turns off when not actively recording

πŸ“¦ Packaging Fix

  • Templates now included in pip package data
  • Fixes FileNotFoundError on fresh install via pip install .

Install/Update

cd taskmind && git pull && bash install.sh

Full Changelog: v1.0.2...v1.0.3