if (FALSE) {
# download mp3 files from xeno-canto
query_xc(qword = "Phaethornis aethopygus", download = TRUE, path = tempdir())
# Convert all files to .wav format
mp32wav(path = tempdir(), dest.path = tempdir())
# check this folder!!
tempdir()
}
Run the code above in your browser using DataLab