mp3_to_wav: 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 ?