comparison src/xmms-sid.h @ 376:b20300813b42

Moved some #defines from xs_config.c to xmms-sid.h; Changed default SID specific title formatstring.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 09 Nov 2005 11:04:02 +0000
parents 4611f1194941
children b09d74eb71e6
comparison
equal deleted inserted replaced
375:d30be05ab5b0 376:b20300813b42
83 83
84 /* Size of data buffer used for SID-tune MD5 hash calculation. 84 /* Size of data buffer used for SID-tune MD5 hash calculation.
85 * If this is too small, the computed hash will be incorrect. 85 * If this is too small, the computed hash will be incorrect.
86 * Largest SID files I've seen are ~70kB. */ 86 * Largest SID files I've seen are ~70kB. */
87 #define XS_SIDBUF_SIZE (80*1024) 87 #define XS_SIDBUF_SIZE (80*1024)
88
89
90 /* libSIDPlay1 default filter values (copied from libsidplay1's headers) */
91 #define XS_SIDPLAY1_FS (400.0f)
92 #define XS_SIDPLAY1_FM (60.0f)
93 #define XS_SIDPLAY1_FT (0.05f)
88 94
89 95
90 #define XS_BIN_BAILOUT (32) /* Binary search bailout treshold */ 96 #define XS_BIN_BAILOUT (32) /* Binary search bailout treshold */
91 97
92 #define XS_STIL_MAXENTRY (128) /* Max number of sub-songs in STIL/SLDB node */ 98 #define XS_STIL_MAXENTRY (128) /* Max number of sub-songs in STIL/SLDB node */