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

[pygame] loading ogg or mp3 files



It's very easy, with pygame, to load a wav file, but I didn't find in the doc, 
a way to load a more compressed format, such as ogg or mp3 for instance... Of 
course, it is possible to convert 'on the fly' to wav format, and load the 
newly created wav file, but it's not clean, and very slow...

Did I miss something in the doc???  If it's really impossible, do the devs 
project to add it to the TODO list?

Tks in advance.