guess_ARU_type: Try to guess the ARU type from a file path

View source: R/guess_ARU_type.R

guess_ARU_typeR Documentation

Try to guess the ARU type from a file path

Description

Try to guess the ARU type from a file path

Usage

guess_ARU_type(path)

Arguments

path

Character. Path to wave file

Value

Tibble with columns 'manufacturer', 'model', and 'aru_type'

Examples


get_pattern("pattern_aru_type")

guess_ARU_type("/path/to/barlt/file.wav")

guess_ARU_type("/path/to/sm/S4A2342.wav")

ARUtools documentation built on Oct. 9, 2024, 1:07 a.m.