--- On Sat, 1/14/12, Ryan Strunk <ryan.str...@gmail.com> 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

Reply via email to