# NOT RUN {
wav.fnames = list.files(file.path('PATH/TO/WAV/FILES'),
pattern = 'wav$',
recursive = TRUE,
full.names = TRUE
)
audio <- extractAudioFeatures(wav.fnames = wav.fnames,
derivatives = 0
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab