Hi everyone,
I'm hoping someone can help me with a similar issue I'm having with warbleR as gordonc--I'm trying to figure out the appropriate parameters for my autodetect function. I have adjusted multiple parameters a bunch of times to try and have the program "find" the song I'm interested in, but I'm not having any luck. The .wav files that are being used here are all from xeno-canto, so they all definitely have the song in the file that I'm interested in. It will pick bits and pieces of the spectrogram but it won't read the entire thing. I've attached a .tiff file and .wav files for you all to see as an example, and I've included the code as well.
Thanks so much in advance!!
Sarah
sub <- wavs[sample(1:length(wavs), 3)]
sub
autodetec(flist = sub, bp = c(1, 8), threshold = 15,
mindur = 0.05, maxdur = 3, envt = "abs",
ssmooth = 600, ls = TRUE, res = 100, flim= c(0, 8),
wl = 2000, set =TRUE, sxrow = 10, rows = 15, redo = TRUE,
it = "tiff", img = TRUE, smadj = "end")