diff src/xmms-sid.h @ 269:f949b83c3f52

Blah.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 23 Dec 2004 13:29:00 +0000
parents 1c743dcd6d84
children 4af5e6c1d968
line wrap: on
line diff
--- a/src/xmms-sid.h	Wed Dec 22 13:34:01 2004 +0000
+++ b/src/xmms-sid.h	Thu Dec 23 13:29:00 2004 +0000
@@ -151,7 +151,12 @@
 	gint		audioFrequency,		/* Audio settings */
 			audioFormat,
 			audioChannels,
-			audioBitsPerSample;
+			audioBitsPerSample,
+			oversampleFactor;	/* Factor of oversampling */
+	gboolean	oversampleEnable;	/* TRUE after sidEngine initialization,
+						if xs_cfg.oversampleEnable == TRUE and
+						emulation backend supports oversampling.
+						*/
 	void		*sidEngine;		/* SID-emulation internal engine data */
 	t_xs_player	*sidPlayer;		/* Selected player engine */
 	gboolean	isError, isPlaying;