[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Crackle and static with pygame.mixer.music



On Tue, Jul 29, 2008 at 9:28 AM, 12 Dogs <nathan.lanyon@xxxxxxxxx> wrote:
> try:
>
> pygame.mixer.pre_init(44100, -16, 2, 4096)
>
> before you init

*grins delightedly* I don't quite believe it. After all the pain I've
been through on this project, it almost doesn't seem right that the
solution to this should be so simple. Thank you very much.