tyiannak / pyAudioAnalysis

Python Audio Analysis Library: Feature Extraction, Classification, Segmentation and Applications
Apache License 2.0
5.75k stars 1.18k forks source link

Segmentation Based on speaker #384

Open steven850 opened 1 year ago

steven850 commented 1 year ago

Can anyone point me in the right direction for segmenting a file based on speaker? So I have an interview, and I want to spilt the files based on speaker, so that I have a separate audio file for each individual speaker.

from what I can tell I need to run the speaker diarization, and that should give me a .segments file that I can use to segment the audio. however I only get a diarization plot and it never creates a .segment file or anything I can actually use to segment the audio with.