View source: R/audio_aug_signal.R
SignalShifter | R Documentation |
Randomly shifts the audio signal by 'max_pct'
SignalShifter(
p = 0.5,
max_pct = 0.2,
max_time = NULL,
direction = 0,
roll = FALSE
)
p |
probability |
max_pct |
max percentage |
max_time |
maximum time |
direction |
direction |
roll |
roll or not |
direction must be -1(left) 0(bidirectional) or 1(right).
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.