aloop
Loop audio samples.
The filter accepts the following options:
- loop
Set the number of loops. Setting this value to -1 will result in infinite loops. Default is 0.
- size
Set maximal number of samples. Default is 0.
- start
Set first sample of loop. Default is 0.
- time
Set the time of loop start in seconds. Only used if option named start is set to
-1
.