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

Function stft

eend/feature.py:134–159  ·  view source on GitHub ↗

Compute STFT features Args: data: audio signal (n_samples,)-shaped np.float32 array frame_size: number of samples in a frame (must be a power of two) frame_shift: number of samples between frames Returns: stft: STFT frames (n_frames,

(
        data,
        frame_size=1024,
        frame_shift=256)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

get_labeledSTFTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected