comparison src/xmms-sid.h @ 824:abf20230e4c6

Increase audio buffer size.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 07 Nov 2012 16:28:38 +0200
parents cbba4cf52ff9
children a2eb84ed5280
comparison
equal deleted inserted replaced
823:6f7fada39665 824:abf20230e4c6
63 /* Size of audio buffer. If you are experiencing lots of audio 63 /* Size of audio buffer. If you are experiencing lots of audio
64 * "underruns" or clicks/gaps in output, try increasing this value. 64 * "underruns" or clicks/gaps in output, try increasing this value.
65 * Do notice, however, that it also affects the update frequency of 65 * Do notice, however, that it also affects the update frequency of
66 * XMMS's visualization plugins... 66 * XMMS's visualization plugins...
67 */ 67 */
68 #define XS_AUDIOBUF_SIZE (2*1024) 68 #define XS_AUDIOBUF_SIZE (4*1024)
69 69
70 /* Size of data buffer used for SID-tune MD5 hash calculation. 70 /* Size of data buffer used for SID-tune MD5 hash calculation.
71 * If this is too small, the computed hash will be incorrect. 71 * If this is too small, the computed hash will be incorrect.
72 * Largest SID files I've seen are ~70kB. */ 72 * Largest SID files I've seen are ~70kB. */
73 #define XS_SIDBUF_SIZE (256*1024) 73 #define XS_SIDBUF_SIZE (256*1024)