pytimbre.spectral.timbral_model.timbral_util.window_audio¶
- pytimbre.spectral.timbral_model.timbral_util.window_audio(audio_samples, window_length=4096)¶
Segment the audio samples into a numpy array the correct size and shape, so that each row is a new window of audio
- Parameters:
audio_samples
window_length
overlap
- Returns: