Internal soundgen function.
findSyllables(ampl, step, windowLength, threshold, shortestSyl, shortestPause)
Returns a dataframe with timing of syllables.
downsampled amplitude envelope
time difference between two points in the envelope (ms)
length of FFT window, ms
all continuous segments above this value are considered to be syllables
minimum acceptable length of syllables, ms
minimum acceptable break between syllables, ms (syllables separated by shorter pauses are merged)
Called by segment
.