polyvoice 0.6.7

Speaker diarization for Rust — who spoke when. ONNX-powered: Silero VAD, WeSpeaker embeddings, Pyannote segmentation, K-means/AHC clustering, overlap detection.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# TODO — src/clusterer

## Current

## Next

- [ ] Add property test: cluster label contiguity invariant.
- [ ] Add integration test for NmeScClusterer on synthetic data.

## Known Gaps

## Deferred

- [ ] Explore additional clustering backends (k-means, DBSCAN).