crowsetta.formats.seq.birdsongrec.BirdsongRecSyllable#

class crowsetta.formats.seq.birdsongrec.BirdsongRecSyllable(position: int, length: int, label: str)[source]#

Bases: object

Object that represents a syllable.

position#

starting sample number (“frame”) within .wav file * relative to start of sequence! *

Type:

int

length#

duration given as number of samples

Type:

int

label#

text representation of syllable as classified by a human or a machine learning algorithm

Type:

str

__init__(position: int, length: int, label: str) None[source]#

Methods

__init__(position, length, label)