Re: Crackly sound in pygame

2007-11-30 Thread David Tweet
Before calling pygame.init(), you can call pygame.mixer.pre_init. Make sure the sample rate and sample size matches your audio file. But most likely the issue is that the default audio buffer size of 1024 doesn't cut it for some sound cards; try increasing to the next power of two. Ex. pygame.mi

Re: Crackly sound in pygame

2007-11-30 Thread alain
On Nov 30, 4:33 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hey guys I am running Windows XP and am having an issue with a game > that my team has created. Whenever an audio file is played it creates > a very distorted, crackly sound. Any ideas what could be the issue? > > Thanks No, an

Crackly sound in pygame

2007-11-29 Thread [EMAIL PROTECTED]
Hey guys I am running Windows XP and am having an issue with a game that my team has created. Whenever an audio file is played it creates a very distorted, crackly sound. Any ideas what could be the issue? Thanks -- http://mail.python.org/mailman/listinfo/python-list