mp3_to_wav {bioacoustics} | R Documentation |
Convert an MP3 file to a Wave file
mp3_to_wav(file, output_dir = dirname(file), delete = FALSE)
file |
path to a MP3 file. |
output_dir |
where to save the converted Wave file. The Wave file is saved by default to the MP3 file location. |
delete |
delete the original MP3 file ? |