changeset 242:1c743dcd6d84

Document XS_AUDIOBUF_SIZE
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 21 Dec 2004 15:18:03 +0000
parents 291715a519e2
children 0cd0c02ed6c4
files src/xmms-sid.h
diffstat 1 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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.