# HG changeset patch # User Matti Hamalainen # Date 1352298518 -7200 # Node ID abf20230e4c6f12f8a3a8192fdb5193a8768d5f2 # Parent 6f7fada39665a1ee15422ce2f5ec946c6bf257bf Increase audio buffer size. diff -r 6f7fada39665 -r abf20230e4c6 src/xmms-sid.h --- a/src/xmms-sid.h Wed Nov 07 16:28:22 2012 +0200 +++ b/src/xmms-sid.h Wed Nov 07 16:28:38 2012 +0200 @@ -65,7 +65,7 @@ * Do notice, however, that it also affects the update frequency of * XMMS's visualization plugins... */ -#define XS_AUDIOBUF_SIZE (2*1024) +#define XS_AUDIOBUF_SIZE (4*1024) /* Size of data buffer used for SID-tune MD5 hash calculation. * If this is too small, the computed hash will be incorrect.