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

RE: [pygame] More Windows music problems



Hello John-Paul!

Sounds to me like the buffer used by the sound driver is too small. This
could be causing the audio to skip...

Try calling the mixer.init function by itself, and experiment with
increasing buffer sizes.

pygame.mixer.init([freq, [size, [stereo, [buffersize]]]])

Hope this helps,

SimonW.