findSyllables {soundgen} | R Documentation |
Find syllables
Description
Internal soundgen function.
Usage
findSyllables(ampl, step, windowLength, threshold, shortestSyl, shortestPause)
Arguments
ampl |
downsampled amplitude envelope |
step |
time difference between two points in the envelope (ms) |
windowLength |
length of FFT window, ms |
threshold |
all continuous segments above this value are considered to be syllables |
shortestSyl |
minimum acceptable length of syllables, ms |
shortestPause |
minimum acceptable break between syllables, ms (syllables separated by shorter pauses are merged) |
Details
Called by segment
.
Value
Returns a dataframe with timing of syllables.
[Package soundgen version 2.7.1 Index]