Is your feature request related to a problem? Please describe.
Some functions load audio data for analysis (zooniverse extract, derivation of acoustics). They load the entire file and then analyze the relevant segments. This takes significant time on large audios, and can lead to memory issues.
Describe the solution you'd like
Rather than loading full audio, load only the vocalization audio, this would work best with threading
Is your feature request related to a problem? Please describe.
Some functions load audio data for analysis (zooniverse extract, derivation of acoustics). They load the entire file and then analyze the relevant segments. This takes significant time on large audios, and can lead to memory issues.
Describe the solution you'd like
Rather than loading full audio, load only the vocalization audio, this would work best with threading