feat: improve audio exclusion with smart matching and reliability fixes

This commit is contained in:
michael.borak
2026-01-25 16:37:58 +01:00
parent 69dc6b8fac
commit de504fbcb4
15 changed files with 2720 additions and 306 deletions

View File

@@ -4,16 +4,21 @@
![App Icon](src-tauri/icons/128x128@2x.png)
## ✨ New in v1.2.0
## ✨ New in v1.2.x
* **🎧 Native System Audio**: No more BlackHole driver needed! Captures Teams, Zoom, 3CX, and Talk audio directly and securely via macOS ScreenCaptureKit.
* **🔁 Auto-Loop (Standby Mode)**: The app automatically "re-arms" after a call finishes. Just leave it running—it will wake up, record your next call, and go back to sleep.
* ** Smart VAD & Pre-Roll**:
* **3-Second Pre-Roll**: Catches the start of the sentence even if you speak before the trigger.
* **Noise Filtering**: Ignores typing and background noise.
* **🛡️ Empty Audio Guard**: Automatically discards silent recordings (e.g., false triggers) to save API costs and prevent errors.
* **✨ 48kHz Crystal Clear Audio**: Optimized audio pipeline prevents "robot voice" distortion.
* **💾 Daily Security Backups**: Automatically saves your entire history as a standard JSON file every 24 hours (unencrypted for easy recovery).
### v1.2.3: App Blocking & Selective Recording 🚫🎧
* **🔇 App Blocking (Selective Recording)**: You can now exclude specific applications from being captured by the system audio recording.
* **🧠 Smart Matching**: Uses prefix-based matching (e.g., `com.apple.Safari`) to reliably block main apps AND their background/helper processes (e.g., "Safari Web Content").
* **🚀 Quick Select Presets**: Quickly block common background apps like **Spotify, Apple Music, VLC, Safari, or Chrome** with one click.
* **🔍 Live App List**: Filter any currently running application directly from the new **Apps** tab in Settings.
* **🔄 Robust Auto-Refresh**: The capture filter automatically updates every 5 seconds to account for newly opened browsers or media players.
### v1.2.0: Native Audio & Auto-Loop 🦉
* **🎧 Native System Audio**: No more BlackHole driver needed! Captures Teams, Zoom, 3CX, and Talk audio directly via macOS ScreenCaptureKit.
* **🔁 Auto-Loop (Standby Mode)**: Automatically "re-arms" after a call finishes.
* **⚡ Smart VAD & Pre-Roll**: 3-second pre-roll and noise filtering.
* **🛡️ Empty Audio Guard**: Automatically discards silent recordings.
* **💾 Daily Security Backups**: Automatic JSON history backups every 24 hours.
## 🚀 Key Features