I'd like to know what code will allow me to play an audio track (mp3) while my game program executes. Once the song finishes I would like it to play over and over till the player is done with the game.
Asked
Active
Viewed 32 times
1 Answers
0
#install pip then import playsound
playsound.playsound('your?audio?file)

the lord
- 1
- 2
-
hey, it would be great to add a better explanation for the OP to understand. – Sunil Lulla Apr 17 '21 at 09:09
-
This not very useful when implementing it just plays the sound and the code does not execute – CCryda Apr 20 '21 at 15:42