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

Re: [pygame] Capabilities of Pygame



--- On Sat, 1/14/12, Ryan Strunk <ryan.strunk@xxxxxxxxx> wrote:
The only audio-only game I've seen written in Pygame, Sound
RTS, has a bit
of noticeable lag when playing sounds.

I don't know about music, but the latency of (non-streamed)
sounds can be reduced by specifying a smaller buffer size
when you initialise the mixer module.

--
Greg