Hi Mark,
Pygame uses the SDL_mixer library for music playback. So it all depends
on how SDL_mixer was built and which other libraries are present. The
possible formats are listed in the SDL_mixer documentation here:
http://www.libsdl.org/projects/SDL_mixer/docs/SDL_mixer_frame.html
Lenard
Mark Reed wrote:
What are the supported file formats for the music module?
How big a deal would it be to add seek support or at least rewind(
milliseconds ) instead of rewind() which returns to the start?
Right now I'm stuck working with wxPython's media module that uses
windows media player on windows.. ugh.
Mark