--- libs/libmyth/audiooutputalsa.cpp	2010-08-12 01:55:52.135711110 -0700
+++ audiooutputalsa.cpp			2010-08-11 16:17:15.000000000 -0700
@@ -412,7 +412,7 @@
     }
 
     period_time = 50000;  // aim for an interrupt every 50ms
-    buffer_time = period_time << 1; // buffer 100ms worth of samples
+    buffer_time = period_time << 2; // buffer 200ms worth of samples
 
     err = SetParameters(pcm_handle, format, channels, samplerate,
                         buffer_time, period_time);
