.timeStretch {soundgen} | R Documentation |
Time stretch per sound
Description
Internal soundgen function called by timeStretch
Usage
.timeStretch(audio, stretch, precision, normalize = TRUE, play = FALSE)
Arguments
audio |
a list returned by |
stretch |
1 = no change, >1 = longer, <1 = shorter. Single value, vector,
or anchor format (see |
precision |
the number of points used for estimating the duration of output (more = better, but slower) |
play |
if TRUE, plays the synthesized sound using the default player on
your system. If character, passed to |
[Package soundgen version 2.7.0 Index]