def __init__()

in src/diarizers/data/speaker_diarization.py [0:0]


    def __init__(
        self,
        audio_paths,
        annotations_paths,
        sample_rate=16000,
        annotations_type="rttm",
        crop_unannotated_regions=False,