This function takes a list of sound files and analyses them using the
BirdNET-Analyzer
birdnet2021sonicscrewdriver. The function
either returns a data frame with the results of the analysis or a list of
Annotation
objects.
Examples
if (FALSE) { # \dontrun{
birdnetAnalyse(files=c("path/to/file1.wav", "path/to/file2.wav"), output="data.frame")
} # }