powered by
A thin wrapped around readMP3 from the package tuneR.
read_mp3(file, time_exp = 1, ...)
a MP3 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.
currently not implemented.
A Wave object.
# NOT RUN { filepath <- system.file("extdata", "recording.mp3", package = "bioacoustics") read_mp3(filepath) # } # NOT RUN { # }
Run the code above in your browser using DataLab