| |||||||||||
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) |
Last Challenge
September 2008 [entries, ratings] Previous March 2008 [entries, ratings] > September 2007 [entries, ratings] April 2007 [entries, ratings] September 2006 [entries, ratings] March 2006 [entries, ratings] (June 2006) August 2005 [entries, ratings] Not logged in Login | ||||||||||
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!