Skip to contents

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.

Usage

birdNetAnalyse(
  files,
  lat = NULL,
  lon = NULL,
  date = NULL,
  output = "Annotation"
)

Arguments

files

A character vector of file paths.

lat

A latitude or vector of latitudes.

lon

A longitude or vector of longitudes.

date

A Date or list of Date objects .

output

One of "data.frame" or "Annotation".

References

Examples

if (FALSE) { # \dontrun{
  birdnetAnalyse(files=c("path/to/file1.wav", "path/to/file2.wav"), output="data.frame")
} # }