How to continue sound in Pygame

Joined
Jun 15, 2021
Messages
1
Reaction score
0
I have a sound that I wish to play.

My code;

Python:
[...]
        if var_camera_flip == 1:
            if var_camera != 4:
                pygame.mixer.Channel(2).play(pygame.mixer.Sound(r'audio\camera\camera motor.mp3'), -1)
            else:
                pygame.mixer.Channel(2).stop()
        else:
            pygame.mixer.Channel(2).stop()
[...]

This code is in a subroutine that I call. What happens is that it restarts the sound each time it runs. What I want is that is the sound to continue playing until it is told not to.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,043
Latest member
CannalabsCBDReview

Latest Threads

Top