This function takes a list of sound files and analyses them using the
BirdNET-Analyzer
(Kahl et al. 2021)
. The function
either returns a data frame with the results of the analysis or a list of
Annotation
objects.
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 ofDate
objects .- output
One of "data.frame" or "Annotation".
References
Kahl S, Wood CM, Eibl M, Klinck H (2021). “BirdNET: A deep learning solution for avian diversity monitoring.” Ecological Informatics, 61, 101236.
Examples
if (FALSE) {
birdnetAnalyse(files=c("path/to/file1.wav", "path/to/file2.wav"), output="data.frame")
}