.getDuration {soundgen} | R Documentation |
Get duration per sound
Description
Internal soundgen function called by getDuration
.
Usage
.getDuration(audio, silence = 0.01, rms = list(windowLength = 20, step = 5))
Arguments
audio |
a list returned by |
silence |
leading and trailing sections quieter than this proportion of
maximum RMS amplitude are removed when calculating
|
rms |
a list of control parameters passed to |
[Package soundgen version 2.7.1 Index]