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

[pygame] Better Python music playback?



I'm looking for something a little more complex than the pygame- wrapped SDL music mixer to use with my pygame project. I need something that's cross-platform (Mac OS X, Windows, Linux), easy-to- use, and supports the following features:

2+ tracks simultaneously
Streaming ogg playback
Seamless looping
Gapless playback
Fade in/out
Precise timing info (like the way the SDL reports playback time in milliseconds )

Any suggestions for what I could use? How does Frets on Fire work? Whatever they use seems ideal in terms of features.

Thanks,

-Zack