crowsetta.formats.bbox.raven

crowsetta.formats.bbox.raven#

module with functions that handle .txt annotation files from Raven (https://ravensoundsoftware.com/software/).

Adapted in part from opensoundscape kitzeslab/opensoundscape under MIT license

Classes

Raven(df, annot_path, annot_col[, audio_path])

Class that represents txt annotation files from Raven (https://ravensoundsoftware.com/software/), created by exporting a Selection Table.

RavenSchema(*args, **kwargs)

A pandera.SchemaModel that validates :type:`pandas.DataFrame`s loaded from a txt file, created by exporting a Selection Table from Raven.