polyvoice 0.6.0

Speaker diarization library for Rust — online and offline, ONNX-powered, ecosystem-agnostic
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# TODO — src/ahc

## Current

## Next

- [ ] Add property test: clustering is deterministic for identical inputs.
- [ ] Benchmark AHC vs scikit-learn reference on small synthetic data.

## Known Gaps

- No benchmark for AHC runtime scaling with embedding count.
- Elbow heuristic is not configurable from the public API.

## Deferred

- [ ] Explore single-linkage vs complete-linkage variants.