Randomly shifts the audio signal by `max_pct`
SignalShifter(
p = 0.5,
max_pct = 0.2,
max_time = NULL,
direction = 0,
roll = FALSE
)
probability
max percentage
maximum time
direction
roll or not
None
direction must be -1(left) 0(bidirectional) or 1(right).