changeset 824:abf20230e4c6

Increase audio buffer size.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 07 Nov 2012 16:28:38 +0200
parents 6f7fada39665
children 7ba7f095548d
files src/xmms-sid.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.