mp3_to_wav {bioacoustics}R Documentation

Convert MP3 to WAV

Description

Convert an MP3 file to a Wave file

Usage

mp3_to_wav(file, output_dir = dirname(file), delete = FALSE)

Arguments

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 ?


[Package bioacoustics version 0.2.8 Index]