comparison src/xmms-sid.h @ 822:cbba4cf52ff9

Increase SID read buffer size.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 07 Nov 2012 16:09:36 +0200
parents 0c2f8ee6be42
children abf20230e4c6
comparison
equal deleted inserted replaced
821:dea579b6c3b3 822:cbba4cf52ff9
68 #define XS_AUDIOBUF_SIZE (2*1024) 68 #define XS_AUDIOBUF_SIZE (2*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 (80*1024) 73 #define XS_SIDBUF_SIZE (256*1024)
74 74
75 /* libSIDPlay1/2 constants (copied from internal headers/source) 75 /* libSIDPlay1/2 constants (copied from internal headers/source)
76 * For some stupid reason these are not available in public 76 * For some stupid reason these are not available in public
77 * headers, so we have to duplicate them here... 77 * headers, so we have to duplicate them here...
78 */ 78 */