diff --git a/warbleR_xeno-canto/warbleR_xeno-canto.r b/warbleR_xeno-canto/warbleR_xeno-canto.r index eb5b85e..b834cfa 100644 --- a/warbleR_xeno-canto/warbleR_xeno-canto.r +++ b/warbleR_xeno-canto/warbleR_xeno-canto.r @@ -1,5 +1,15 @@ library(warbleR) +## +# This is an examle that shows how to: +# 1. choose bird call samples from xeno-canto by different selection types +# 2. download the files +# 3. turn the mp3 files into wavs for further processing +# 4. fine tune the spectrogram creator and create spectrograms of each wav file +# 5. fine tune the auto_detection of warbleR and create detections +# 6. mash it all together and print spectrograms with detections +## + # Create a new folder inside a new tempdir and set it to your working dir wd <- file.path(tempdir(), "xeno-canto_example") dir.create(wd)