I am trying to play simple wav files in my little game whenever the user hovers over a button, a little click sound is played (same goes for when the button is actually pres
In my case I found that it's sufficient to just quit the mixer before it's started (even if it's never been started before):
pygame.mixer.quit() pygame.mixer.init(44100, -16, 2, 1024)