Looping/repeating track on AudioPlayer #481
Answered
by
lanewinfield
lanewinfield
asked this question in
Q&A
-
Hi! How could I go about playing the same one track over and over again using AudioPlayer? I've gotten so far as to detect whether it's done playing with this:
But no amount of player.previous, player.start, etc. seems to get it to start over again. |
Beta Was this translation helpful? Give feedback.
Answered by
lanewinfield
Nov 28, 2022
Replies: 1 comment
-
Figured it out after lots of playing. First, had to set
Then had to stop and begin again:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lanewinfield
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Figured it out after lots of playing.
First, had to set
setAutoNext
tofalse
:Then had to stop and begin again: