Hey, if by framing you mean slicing audio into series of optionally overlapping frames, see librosa.util.frame() or soundfile.blocks().
1 Like
Hey, if by framing you mean slicing audio into series of optionally overlapping frames, see librosa.util.frame() or soundfile.blocks().