Skip to content

docs: Fix speaker diarization model references to community-1#6

Merged
Alex-Wengg merged 2 commits intomainfrom
fix-diarization-community-1-refs
Apr 11, 2026
Merged

docs: Fix speaker diarization model references to community-1#6
Alex-Wengg merged 2 commits intomainfrom
fix-diarization-community-1-refs

Conversation

@Alex-Wengg
Copy link
Copy Markdown
Member

@Alex-Wengg Alex-Wengg commented Apr 11, 2026

Why is this change needed?

Clarifies that FluidAudio's speaker diarization models are based on pyannote/speaker-diarization-community-1, not 3.1. Fixes confusion from FluidAudio issue #508.

What changed?

  • Fixed mobius/getting-started.mdx model reference table
  • Added pyannote community-1 attribution to diarization/offline-pipeline.mdx

Context

The CoreML model at FluidInference/speaker-diarization-coreml is based on community-1, but docs incorrectly showed 3.1 references.

Related PR: FluidInference/FluidAudio#510


Open with Devin

Alex-Wengg and others added 2 commits April 10, 2026 22:41
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- Clarify offline pipeline is based on pyannote/speaker-diarization-community-1
- Add model overview to getting-started page

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@mintlify
Copy link
Copy Markdown

mintlify bot commented Apr 11, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
fluidinference 🟢 Ready View Preview Apr 11, 2026, 2:44 AM

💡 Tip: Enable Workflows to automatically generate PRs for you.

Copy link
Copy Markdown

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

@Alex-Wengg Alex-Wengg requested a review from BrandonWeng April 11, 2026 02:45
| **STT** | Parakeet EOU 120M | [NVIDIA](https://huggingface.co/nvidia/parakeet-tdt_ctc-110m) | [FluidInference](https://huggingface.co/FluidInference/parakeet-eou-120m-coreml) |
| **VAD** | Silero VAD v6 | [Silero](https://github.com/snakers4/silero-vad) | [FluidInference](https://huggingface.co/FluidInference/silero-vad-coreml) |
| **Diarization** | Pyannote 3.1 | [Pyannote](https://huggingface.co/pyannote/speaker-diarization-3.1) | [FluidInference](https://huggingface.co/FluidInference/pyannote-community-1-coreml) |
| **Diarization** | Pyannote Community 1 | [Pyannote](https://huggingface.co/pyannote/speaker-diarization-community-1) | [FluidInference](https://huggingface.co/FluidInference/speaker-diarization-coreml) |
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

online is 3.1 , offline is communit 1

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops

@Alex-Wengg Alex-Wengg merged commit c679218 into main Apr 11, 2026
1 check passed
Alex-Wengg added a commit to FluidInference/FluidAudio that referenced this pull request Apr 11, 2026
Distinguish between online and offline diarization pipelines:
- Online/streaming (DiarizerManager): Pyannote 3.1
- Offline batch (OfflineDiarizerManager): Pyannote Community-1

Updated documentation in:
- CLAUDE.md Model Sources section
- README.md Streaming/Online Speaker Diarization section
- Documentation/Models.md Diarization Models table
- Documentation/Diarization/GettingStarted.md WeSpeaker/Pyannote Streaming section

Addresses feedback from PR #6 review comment:
FluidInference/docs.fluidinference.com#6 (comment)
Alex-Wengg added a commit that referenced this pull request Apr 11, 2026
Distinguish between the two diarization pipelines:
- Online/streaming (DiarizerManager): Pyannote 3.1
- Offline batch (OfflineDiarizerManager): Pyannote Community-1

Updated documentation:
- mobius/getting-started.mdx: Updated model table to show both versions
- diarization/streaming.mdx: Added Pyannote 3.1 reference to overview
- diarization/getting-started.mdx: Added version note to Quick Start

Addresses PR #6 review comment:
#6 (comment)
Alex-Wengg added a commit to FluidInference/FluidAudio that referenced this pull request Apr 11, 2026
## Summary

Addresses feedback from
FluidInference/docs.fluidinference.com#6 (comment)

Clarifies the distinction between online and offline diarization
pipeline versions:
- **Online/streaming** (`DiarizerManager`): Based on Pyannote 3.1
- **Offline batch** (`OfflineDiarizerManager`): Based on Pyannote
Community-1

## Changes

Updated documentation in four files to clearly distinguish between the
two pipelines:

1. **CLAUDE.md** - Model Sources section now lists both versions
2. **README.md** - Added version info to Streaming/Online Speaker
Diarization section
3. **Documentation/Models.md** - Updated Pyannote CoreML Pipeline
description in table
4. **Documentation/Diarization/GettingStarted.md** - Added version to
WeSpeaker/Pyannote Streaming section

## Context

PR #6 updated references from 3.1 to community-1, but Brandon's review
comment clarified that both versions are correct - they just apply to
different pipelines. This PR makes that distinction clear throughout the
documentation.
<!-- devin-review-badge-begin -->

---

<a href="https://app.devin.ai/review/fluidinference/fluidaudio/pull/511"
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 -->

---------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants