MCPcopy Create free account
hub / github.com/Xflick/EEND_PyTorch / get_labeledSTFT

Function get_labeledSTFT

eend/feature.py:223–285  ·  view source on GitHub ↗

Extracts STFT and corresponding labels Extracts STFT and corresponding diarization labels for given recording id and start/end times Args: kaldi_obj (KaldiData) rec (str): recording id start (int): start frame index end (int): end frame index fr

(
        kaldi_obj,
        rec, start, end, frame_size, frame_shift,
        n_speakers=None,
        use_speaker_id=False)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

stftFunction · 0.85
load_wavMethod · 0.80

Tested by

no test coverage detected