v0.11.0
What's Changed
- feat(asr): CJK/multilingual companion crate polyvoice-asr-sherpa by @ekhodzitsky in #47
- feat(release): packaging phase 2 — Docker image, Linux ARM64 binary, install docs by @ekhodzitsky in #28
- ci: fix asr-sherpa by forcing sherpa-rs-sys build-script rerun by @ekhodzitsky in #48
- chore: drop crossbeam-queue and fastrand; document ort EP migration by @ekhodzitsky in #49
- refactor(onnx): decouple neural stages from ort via InferenceRuntime by @ekhodzitsky in #51
- feat(cluster): reduce speaker-count errors with cVBx-style clustering by @ekhodzitsky in #50
- docs: refresh production readiness for 0.10 and define 1.0 GO gate by @ekhodzitsky in #53
- feat: ship exclusive diarization, segment confidence, and WDER by @ekhodzitsky in #54
- feat(attribution): speed up speaker join and harden word coverage by @ekhodzitsky in #56
- feat: make model adapters selectable and self-describing by @ekhodzitsky in #57
- feat: plug optional Sortformer streaming diarizer for four speakers by @ekhodzitsky in #58
- feat: accept any common audio format and sample rate on the CLI by @ekhodzitsky in #60
- feat: offer an optional pure-Rust tract path for ONNX inference by @ekhodzitsky in #61
- feat(streaming): stabilize online labels with cache and latency presets by @ekhodzitsky in #62
- feat: offer optional earshot VAD without changing the default by @ekhodzitsky in #63
- feat: add optional ERes2NetV2 and CAM++-zh speaker embedders by @ekhodzitsky in #64
- docs: publish measured streaming, VAD, and embedder parity numbers by @ekhodzitsky in #65
- Promote pipeline v2 + VBx to default after full DER gate by @ekhodzitsky in #66
- fix: release-check under all-features and clippy 1.96 by @ekhodzitsky in #67
- fix: VBx PLDA fixtures for release-check default path by @ekhodzitsky in #68
- style: rustfmt CLI DER PLDA fixture args by @ekhodzitsky in #69
Full Changelog: v0.10.0...v0.11.0