AudioLoop
- std.AudioLoop(anode clip[, int times=0])
Returns a clip with the frames or samples repeated over and over again. If times is 0 the clip will be repeated until the maximum clip length is reached, otherwise it will be repeated times times. Negative values of times are an error.
In Python, std.AudioLoop can also be invoked using the multiplication operator.