mergeSyllables: Merge syllables
Description
Internal soundgen function.
Usage
mergeSyllables(syllables, shortestPause)
Arguments
syllables
a dataframe listing syllables with start and end
shortestPause
minimum acceptable break between syllables, ms.
Syllables separated by less time are merged. To avoid merging, specify
shortestPause = NA
Details
Merges syllables if they are separated by less than shortestPause ms
. Called by findSyllables
.