-
-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add loop and fade options to pygame.mixer.channel.queue() #3252
base: main
Are you sure you want to change the base?
Conversation
new file: test.txt
Is my GitHub tweaking, why does this PR also add angle and angle rad properties? did you mix some branches? |
Yeah I probably mix some branch, sorry. Thanks for your comment, I'm going to change what I forgot. |
Maybe this PR should be closed, idk |
This PR is related to this issue : #3236
I added optionals argument loop and fade in chan_queue to let the user choose if he wants to play the sound in the queue with a loop or a fade effect. I also modified the callback function to play the sound with the good effect.