crowsetta.formats.seq.birdsongrec.BirdsongRecSyllable#
- class crowsetta.formats.seq.birdsongrec.BirdsongRecSyllable(position: int, length: int, label: str)[source]#
Bases:
objectObject that represents a syllable.
- position#
starting sample number (“frame”) within .wav file * relative to start of sequence! *
- Type:
- label#
text representation of syllable as classified by a human or a machine learning algorithm
- Type:
Methods
__init__(position, length, label)