--- src/media/sdl_mixer/strack.c.orig	Sat Jan 24 05:05:16 2009
+++ src/media/sdl_mixer/strack.c	Sat Jan 24 05:07:20 2009
@@ -80,7 +80,7 @@ init_sound_engine (void)
   if (!audio_buffers)
     /* Use small values for audio buffer to reduce the duration between
        the moment where a sample is mixed and the moment where it is heard. */
-    audio_buffers = (hqmix ? 2048 : 1024);
+    audio_buffers = (hqmix ? 2048 : 1024) * 2;
 
   init_SDL ();
   /* Open the audio device */
