maRce10 / warbleR

streamline acoustic analysis in R
https://marce10.github.io/warbleR/
GNU General Public License v3.0
52 stars 21 forks source link

freq_range no recursive option? #42

Closed swricci closed 2 years ago

swricci commented 2 years ago

I am consulting on an acoustics project where the data files are organized within folders by date. The imp_raven function works presumably because of the recursive = TRUE option. I am having issues with the freq_range function because the wav files are in subdirectories of the provided path. Is there an easy fix for this or can this functionality be added in a future release?

maRce10 commented 2 years ago

Not really. Take a look at the consolidate() function to put all sound files in a single folder.