crowsetta.formats.seq.audseq

crowsetta.formats.seq.audseq#

module for Audacity LabelTrack in standard/default format exported to txt files https://manual.audacityteam.org/man/importing_and_exporting_labels.html#Standard_.28default.29_format

Classes

AudSeq(start_times, end_times, labels, ...)

Class meant to represent Audacity Labeltrack annotations exported to txt files in the standard format [1]_.

AudSeqSchema(*args, **kwargs)

A pandera.DataFrameModel that validates a pandas.DataFrame loaded from Audacity Labeltrack annotations exported to txt files in the standard format.