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

Re: [pygame] write sound to file for fast loading?



These are .ogg loading from disk using pygame.mixer.Sound('filename.ogg'), the largest of which is 7 MB.

I can't believe I overlooked pygame.mixer.music. Pardon me while I flog myself.

This does exactly what I want. Thanks, Brian and Olof, for suggesting it! Works like a charm.

Gumm