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 not stored for this graph (policy: none)