Overview of Sortformer Streaming Speaker Diarization
mainSortformer is an end-to-end neural speaker diarization model designed for real-time "who spoke when" identification. It outputs frame-level speaker probabilities for 4 fixed speaker slots, eliminating the need for separate VAD, segmentation, or clustering stages.
Key Technical Specifications:
- Speaker Limit: Exactly 4 fixed speaker slots. It cannot handle 5 or more speakers (it will merge or miss them).
- Resolution: ~80ms frame resolution (derived from 8x subsampling of 10ms mel frames).
- Optimization: CoreML-optimized for Apple Silicon.
- License: NVIDIA Open Model License (no restrictions).
Known Limitations:
- No Speaker Persistence: It does not remember speakers across different recordings; it has no persistent speaker embeddings.
- Sensitivity: It is trained to ignore background conversations, which means it may miss quiet or distant speech.