Annotation
‘audio.annotation’ module within the ketos library
This module provides utilities to handle annotations associated with waveform and spectrogram objects.
- Contents:
AnnotationHandler class
|
Class for handling annotations of acoustic data. |
|
Ensure the DataFrame has at least two indexing levels. |
|
Convert a quantity specified as a string with SI units, e.g. "7kg" to a float with the specified unit, e.g. 'g'. |
Convert a frequency specified as a string with SI units, e.g. "11kHz" to a float with units of Hz. |
|
Convert a time duration specified as a string with SI units, e.g. "22min" to a float with units of seconds. |
|
|
Create a handler to manage a stack of annotation sets. |