Minim lag
in
Core Library Questions
•
1 year ago
I am trying to build a simple audio loop player, that plays 9 loops. The loops are only 15 seconds long.
I have tried coding it several ways using minim, but there always seems to be a lag.
Currently, I start the loops in setup() with all of them muted. (this starts them in sync).
I unmute them when they are triggered.
The first four loops stay pretty much in sync, but from the 6th loop on, there is a noticeable lag.
Anyone know how to get better performance out of minim, or is there a better way to do this?
1