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

Re: [pygame] pygame hangs with some mp3 files and hangs the hole prozess



James Paige wrote:
Does pygame use smpeg directly, or does it use it by way of SDL_mixer?

I am fairly certain that SDL_mixer can be optionally recompiled to use libmad instead of smpeg, which gives much better mp3 decoding support, at the cost of an extra library dependency.

It's all done through SDL_mixer.