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

Re: [pygame] Pygame + Jack?



Brian Gryder wrote:
I wrote this simple drum pad program with pygame and the lag between key presses and the start of the sound bugs me.

Have you tried reducing the size of the sound buffer?
Too large a buffer seems to be a known cause of latency
when using the pygame mixer.

--
Greg