Skip to contents

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

Usage

audiomothWave(filename)

Arguments

filename

Path to the wave file to read

Value

A list of extracted parameters

Examples

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