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

Re: [pygame] Sound format



John Eriksson wrote:
Hi,

Which music formats can pygame.mixer play?
I know there are some issues with MP3 on windows but how about Linux?
Any more formats than MP3 and OGG??

It seems that Pygame used to support MP3, but somehow its support for the format broke in one of the newer updates! Pygame still seems able to handle OGG, MIDI, and WAV, and (at least with the Numeric module) it's possible to make sound effects mathematically with sine waves and such.


Kris