Is the there a way to read .WMA sound files in R or the copyright restrictions do not allow this?
The final aim is to convert it to another format (MP3/WAV)
Is the there a way to read .WMA sound files in R or the copyright restrictions do not allow this?
The final aim is to convert it to another format (MP3/WAV)
Copyright © 2021 Jogjafile Inc.
In one or another way R audio packages use ffmpeg converter.
Please see the following options:
systemfunction call;ffmpegwrapper package for simple audio conversions. However it is Linux-oriented it could be easily transformed into Windows compatible one.Please see the code below for Option 2: