Skip to content

v0.6.9

Choose a tag to compare

@ekhodzitsky ekhodzitsky released this 13 Jun 10:09
· 180 commits to master since this release

Fixed

  • segmentation/aggregator: cumulative speaker permutation was double-applied across window boundaries in stitch. Added a 3-window regression test.
  • pipeline: run_from_wav now validates WAV sample rate and returns PipelineError::UnsupportedSampleRate on mismatch.
  • embedder: EmbedderPool::new returns Result and rejects embedders with differing dimensions.
  • types: SpeakerIdRemap::from_mapping runtime duplicate old SpeakerId check returns Option<Self>.
  • clusterer: uniform embedding dimension checks in AhcClusterer, KMeansClusterer, and NmeScClusterer.