How can I import multiple audio wav files in R? One file can be done by using the readWave
command as -
sample1 <- readWave("Sample audio.wav")
But not sure how to do this if the input files to process are many. please help!!!
How can I import multiple audio wav files in R? One file can be done by using the readWave
command as -
sample1 <- readWave("Sample audio.wav")
But not sure how to do this if the input files to process are many. please help!!!