Replies: 3 comments 7 replies
-
Not out of the box, no. One straightforward solution would be to concatenate A more involved solution would be to
|
Beta Was this translation helpful? Give feedback.
-
Just take a 10 seconds clip of James and add it to the audio2 file. Now perform SD on the file and you will get James as Speaker 0. |
Beta Was this translation helpful? Give feedback.
-
I am working on this for some research. I'm creating an API to manage transcriptions of groups who have multiple meetings. It will be used in an educational setting for a supervisor to manage the meetings of groups completing a project. The audio for each meeting is uploaded and I am using whisper and pyannote to transcribe the meetings. Here's my gist for my basic solution |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any way to identify the same speaker in a different file? How about adding a label?
For example, let's say I have James who is speaking in
audio1.wav
andaudio2.wav
. Pyannote identifies him asSPEAKER_07
inaudio1.wav
. Is there any way to force pyannote to recocnize him asSPEAKER_07
when I run it onaudio2.wav
?Beta Was this translation helpful? Give feedback.
All reactions