# HG changeset patch # User arpi_esp # Date 989520393 0 # Node ID 0d15358b031960fe8ad797260b7e372a6344134e # Parent 32a8e9e43d94113cb676a48df0be85bd034b744b MAX_OUTBURST changed to 64k for ALSA 0.5 users diff -r 32a8e9e43d94 -r 0d15358b0319 configure --- a/configure Thu May 10 18:44:38 2001 +0000 +++ b/configure Thu May 10 18:46:33 2001 +0000 @@ -1057,8 +1057,10 @@ #define PLUGINDIR LIBDIR "/xmmp/Plugins" #define XMMP_AUDIO_DRIVER PLUGINDIR "/Sound/oss.so" +/* set up max. outburst. use 65536 for ALSA 0.5, for others 16384 is enough */ +#define MAX_OUTBURST 65536 + /* set up audio OUTBURST. Do not change this! */ -#define MAX_OUTBURST 32768 #ifdef USE_XMMP_AUDIO #define OUTBURST 4096 #else