powered by
Convert a Wildlife Acoustics' proprietary compressed WAC file into a Wave object
read_wac(file, time_exp = 1, write_wav = NULL, ...)
a WAC file.
integer. Time expansion factor of the recording. Set to 1 for real-time recording or above for time expanded recording. Default setting is 1.
optional folder path where WAV files will be written.
currently not implemented.
A Wave object.
# NOT RUN { filepath <- system.file("extdata", "recording_20170716_230503.wac", package = "bioacoustics") read_wac(filepath) # } # NOT RUN { # }
Run the code above in your browser using DataLab