Learn R Programming

sonicscrewdriver (version 0.0.7)

birdNetAnalyse: Analyse sound files using BirdNET-Analyzer

Description

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

Run this code
if (FALSE) {
  birdnetAnalyse(files=c("path/to/file1.wav", "path/to/file2.wav"), output="data.frame")
}

Run the code above in your browser using DataLab