powered by
A thin wrapped around readWave from the package tuneR.
read_wav(file, time_exp = 1, from = NULL, to = NULL)
a WAV 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. Numeric. Where to start reading the recording, in seconds (s).
optional. Numeric. Where to end reading the recording, in seconds (s).
A Wave object.
# NOT RUN { filepath <- system.file("extdata", "recording.wav", package = "bioacoustics") read_wav(filepath) # } # NOT RUN { # }
Run the code above in your browser using DataLab