Audio Loader
‘audio.audio_loader’ module within the ketos library
This module contains the utilities for loading waveforms and computing spectrograms.
The audio representations currently implemented in Ketos are:
power spectrogram
|
Load audio segments by sliding a fixed-size frame across the recording. |
|
Class for loading segments of audio data from .wav files. |
|
Generates selections with uniform length 'duration', with successive selections displaced by a fixed amount 'step' (If 'step' is not specified, it is set equal to 'duration'.) |
Template class for selection generators. |
|
|
Iterates over entries in a selection table. |