findSyllables: Find syllables

View source: R/segment_utilities.R

findSyllablesR 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.


tatters/soundgen documentation built on Aug. 22, 2023, 4:24 p.m.