Do we need to run VAD before running pyannote - speaker diarization pipeline ? #1295
Closed
amitli1
started this conversation in
Development
Replies: 1 comment 2 replies
-
No, you do not need to run VAD before. Also, even if you do have your own VAD, there is no easy way to pass it to the pipeline. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
According to pyannote.audio: neural building blocks for speaker diarization (pyannote version 1) the pipeline includes VAD blocks.
According to pyannote version 2.1:
PYANNOTE.AUDIO 2.1 SPEAKER DIARIZATION PIPELINE: PRINCIPLE, BENCHMARK, AND RECIPE
they overhauled the speaker diarization pipeline and removed some blocks (including VAD, overlapped speech detection).
So if I'm using pyannote - speaker diarization pipeline (version 2.1.1),
Do I need to run VAD and cut the speaking segments before running the speaker diarization pipeline ?
Beta Was this translation helpful? Give feedback.
All reactions