birdNetAnalyse: Analyse sound files using BirdNET-Analyzer

View source: R/birdnetReticulate.R

birdNetAnalyseR Documentation

Analyse sound files using BirdNET-Analyzer

Description

This function takes a list of sound files and analyses them using the BirdNET-Analyzer \insertCitebirdnet2021sonicscrewdriver. 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

\insertAllCited

Examples

## Not run: 
  birdnetAnalyse(files=c("path/to/file1.wav", "path/to/file2.wav"), output="data.frame")

## End(Not run)

sonicscrewdriver documentation built on May 29, 2024, 3:39 a.m.