Learn R Programming

soundgen (version 2.1.0)

findSyllables: Find syllables

Description

Internal soundgen function.

Usage

findSyllables(ampl, step, windowLength, threshold, shortestSyl, shortestPause)

Arguments

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)

envelope

downsampled amplitude envelope: dataframe with columns "time" and "value"

Value

Returns a dataframe with timing of syllables.

Details

Called by segment.