Skip to contents

Reads and parses metadata stored in wave files produced by AudioMoth devices.

Usage

audiomoth_wave(filename)

Arguments

filename

Path to the wave file to read

Value

A list of extracted parameters

Examples

if (FALSE) {
audiomoth_wave("./FILENAME.WAV")
}