v0.5.5-beta1 — Speaker tagging (first Premium feature)

The first feature gated behind the Premium tier. Voice tagging detects each distinct speaker in your meeting and lets you label them by name.

What’s new (Premium)
Existing meetings

Voice tagging is available for meetings recorded with v0.5.5 onwards. Recordings made before this build don’t have voice fingerprints, so the speaker panel will show a note. No retroactive backfill.

Free tier

Free users see the speaker panel as a billboard explaining Premium. No voice processing runs on Free; nothing changes for Free meetings.

Under the hood

Voice embeddings are produced by ECAPA-TDNN (Apache 2.0, SpeechBrain), converted to Core ML and bundled with the app. Each meeting’s system-track segments are run through the model on the Neural Engine (CPU/GPU fallback on Intel), then clustered via agglomerative cosine similarity with threshold 0.75. App size grows by ~40 MB to ship the model offline.