comparison src/xmms-sid.h @ 62:0d1df20745dd

Started to rewrite STIL-support
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 22 Jun 2003 11:38:00 +0000
parents dae6d3c2268d
children bf7b647b3239
comparison
equal deleted inserted replaced
61:8207e95e0467 62:0d1df20745dd
38 * Generals 38 * Generals
39 */ 39 */
40 #define XS_BUFSIZE (4096) /* Size for some buffers */ 40 #define XS_BUFSIZE (4096) /* Size for some buffers */
41 41
42 #define XS_CONFIG_IDENT "XMMS-SID" /* Configuration file identifier */ 42 #define XS_CONFIG_IDENT "XMMS-SID" /* Configuration file identifier */
43 #define XS_CONFIG_FILE "/.xmms/config" 43 #define XS_CONFIG_FILE "/.xmms/xmms-sid" /* Use this configfile if autocyrpe fails */
44 44
45 #define XS_MIN_OVERSAMPLE (2) 45 #define XS_STIL_MAXENTRY (48) /* Max number of sub-songs in STIL/SLDB node */
46 #define XS_MAX_OVERSAMPLE (8)
47 46
48 extern InputPlugin xs_plugin_ip; 47 #define XS_MIN_OVERSAMPLE (2) /* Minimum oversampling factor */
48 #define XS_MAX_OVERSAMPLE (8) /* Maximum oversampling factor */
49
50
51 extern InputPlugin xs_plugin_ip; /* XMMS-SID plugin structure */
49 52
50 53
51 /* 54 /*
52 * Plugin function prototypes 55 * Plugin function prototypes
53 */ 56 */