[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [pygame] Mixer Quit / Restart
James, yes, I realized this was a test case, the questions apply to that. Thanks for clearing that up. :-)
Why reinit the mixer? Are the sounds necessarily different bitrates?
If you want to delete things, I believe you can use del(pointer_to_sound) or something, which should not require a mixer reinit.
Ian