diff src/console/Audacious_Config.h @ 316:fb513e10174e trunk

[svn] - merge libconsole-blargg into mainline libconsole: + obsoletes plugins-ugly:sapplug
author nenolod
date Thu, 30 Nov 2006 19:54:33 -0800
parents 3da1b8942b8b
children a1fccf242404
line wrap: on
line diff
--- a/src/console/Audacious_Config.h	Wed Nov 29 14:42:11 2006 -0800
+++ b/src/console/Audacious_Config.h	Thu Nov 30 19:54:33 2006 -0800
@@ -17,10 +17,11 @@
 	gint loop_length;   // length of tracks that lack timing information
 	gboolean resample;  // whether or not to resample
 	gint resample_rate; // rate to resample at
-	gboolean nsfe_playlist; // if true, use optional NSFE playlist
+	gboolean nsfe_playlist; // TODO: remove (nsfe playlist is now always enabled)
 	gint treble; // -100 to +100
 	gint bass;   // -100 to +100
 	gboolean ignore_spc_length; // if true, ignore length from SPC tags
+	gint echo;   // 0 to +100
 }
 AudaciousConsoleConfig;