polyvoice 0.6.2

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
# TODO — src/bin/

## Current

## Next

- [ ] Add property tests for CLI argument parsing (clap derives).
- [ ] Add `--json` output option to `polyvoice-bench` (currently only file or stdout).

## Known Gaps

- CLI binaries lack unit tests; verified only via `e2e_smoke_test`.

## Deferred

- [ ] Merge `polyvoice-bench` into `polyvoice bench` subcommand.