dot-timeStretch: Time stretch per sound

.timeStretchR 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 readAudio

stretch

1 = no change, >1 = longer, <1 = shorter. Single value, vector, or anchor format (see soundgen)

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 play as the name of player to use, eg "aplay", "play", "vlc", etc. In case of errors, try setting another default player for play


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