pyAudioAnalysis icon indicating copy to clipboard operation
pyAudioAnalysis copied to clipboard

Speaker Diarization Output

Open Rasipuram opened this issue 7 years ago • 9 comments

Hi

When we run this command for speaker diarization, it generates a png file. Does it generate any segment file with time frame and speaker id? If not, how do we generate it? pythonw audioAnalysis.py speakerDiarization -i data/pyAudioAnalysis/sampleAudioWav.wav

Rasipuram avatar Jan 25 '18 07:01 Rasipuram

any update on this?

andreaschandra avatar Apr 09 '18 06:04 andreaschandra

I would also like the answer to this question. Ideally, I'd like to split the input file into separate files containing each snippet of speech.

bb-work avatar Apr 26 '18 19:04 bb-work

Any update?

manad-mishra avatar May 22 '18 11:05 manad-mishra

Any update?

scut-salmon avatar Sep 03 '18 05:09 scut-salmon

Yes u can do this by:

  • using the sequence of flags (variable cls) to generate speaker segments (use flags2seg() function)
  • then use scipy.io.wavfile.write() to write each segment returned by flags2seg to a separate wav file

tyiannak avatar Sep 03 '18 08:09 tyiannak

I USE 2400 seconds dataset to train ,and the result is speech[98.2...] [24.168.....] WHY?

zhengqun avatar Dec 04 '18 07:12 zhengqun

I tried flag2seg and generated segments ; but the code is assigning wrong speakers to the segments.Help me find out a path to solve the problem in speaker Diarization to identify correct speakers as fast as possible.

SushmitaDey avatar Feb 17 '19 19:02 SushmitaDey

What would be the value of the window in the function flags2segs(flags, window), while getting segments with its labels?

Thank you in advance :)

khushi810 avatar Aug 19 '19 11:08 khushi810

I think flags2seg is changed to labels_to_segments.

vikram-ray avatar May 01 '23 16:05 vikram-ray