# HG changeset patch # User Matti Hamalainen # Date 1103642283 0 # Node ID 1c743dcd6d84fa789c2f98d02eb5b891e070832c # Parent 291715a519e20db451362f53124bdb49f1c5c4e6 Document XS_AUDIOBUF_SIZE diff -r 291715a519e2 -r 1c743dcd6d84 src/xmms-sid.h --- a/src/xmms-sid.h Tue Dec 21 15:05:03 2004 +0000 +++ b/src/xmms-sid.h Tue Dec 21 15:18:03 2004 +0000 @@ -62,8 +62,12 @@ * from heap, but fails on systems with limited stack space. */ #define XS_BUF_DYNAMIC -/* Size of audio buffer */ -#define XS_AUDIOBUF_SIZE (16*1024) +/* Size of audio buffer. If you are experiencing lots of audio + * "underruns" or clicks/gaps in output, try increasing this value. + * Do notice, however, that it also affects the update frequency of + * XMMS's visualization plugins... + */ +#define XS_AUDIOBUF_SIZE (2*1024) /* Size of data buffer used for SID-tune MD5 hash calculation. * If this is too small, the computed hash will be incorrect.