How do you repeat music non-stop until the user stops it?

Hello,I am developing an app with sounds but there is one problem I want the sound to repeat all the time non-stop until the user actually stops it.

From Player properties check Loop option

image

1 Like

Thanks a lot it worked.

1 Like

If you want to loop music or sounds, you will most likely want no gaps between loops. This is not possible with the Player component since Android 6.

So to loop sounds seamlessly (gaplessly) read this:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.