diff 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
line wrap: on
line diff
--- a/src/xmms-sid.h	Sun Jun 22 11:37:05 2003 +0000
+++ b/src/xmms-sid.h	Sun Jun 22 11:38:00 2003 +0000
@@ -40,12 +40,15 @@
 #define XS_BUFSIZE		(4096)		/* Size for some buffers */
 
 #define XS_CONFIG_IDENT		"XMMS-SID"	/* Configuration file identifier */
-#define XS_CONFIG_FILE		"/.xmms/config"
+#define XS_CONFIG_FILE		"/.xmms/xmms-sid"	/* Use this configfile if autocyrpe fails */
+
+#define XS_STIL_MAXENTRY	(48)		/* Max number of sub-songs in STIL/SLDB node */
 
-#define XS_MIN_OVERSAMPLE	(2)
-#define XS_MAX_OVERSAMPLE	(8)
+#define XS_MIN_OVERSAMPLE	(2)		/* Minimum oversampling factor */
+#define XS_MAX_OVERSAMPLE	(8)		/* Maximum oversampling factor */
 
-extern InputPlugin xs_plugin_ip;
+
+extern InputPlugin xs_plugin_ip;		/* XMMS-SID plugin structure */
 
 
 /*