mirror of
https://github.com/FluidInference/FluidAudio.git
synced 2026-06-11 20:24:36 +00:00
I need to measure speech activity using the mean logit value rather than the mean speech probability for a project, as logits play more nicely with covariance. Thus, I have added the ability to choose between reporting segment activity with average probability or average logits. - `enum DiarizerActivityType`: activity reporting mode (`.sigmoids`, `.logits`) <!-- devin-review-badge-begin --> --- <a href="https://app.devin.ai/review/fluidinference/fluidaudio/pull/493" target="_blank"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://static.devin.ai/assets/gh-open-in-devin-review-dark.svg?v=1"> <img src="https://static.devin.ai/assets/gh-open-in-devin-review-light.svg?v=1" alt="Open with Devin"> </picture> </a> <!-- devin-review-badge-end -->