in src/diarizers/data/speaker_diarization.py [0:0]
def get_start_end(t1, t2): t1 = get_secs(t1) t2 = get_secs(t2) return t1, t2