PyWeek - HELP - pygame.mixer bug?
I'm having trouble playing a particular sound. It works fine the first time, but if I try to play it again there's a good chance of it getting stuck looping over a small segment.I'm using MacOSX 10.4, python 2.3, pygame 1.7.1, SDL_mixer 1.2.8.
I've tried saving the sound in .ogg and .wav formats, and with different sample rates, but it makes no difference.
Anyone else encountered something like this? Is it a known bug in pygame.mixer or SDL_mixer?
— gcewing on 2007/09/06 10:58 of 555-BOOM!
Comments: (log in to comment)

By gcewing on 2007/09/09 12:37:
Scratch that, it was a bug in my code -- I was playing the explosion sound on every frame after the bomb exploded, instead of just the first one!