comparison 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
comparison
equal deleted inserted replaced
315:2294f3a6f136 316:fb513e10174e
15 15
16 typedef struct { 16 typedef struct {
17 gint loop_length; // length of tracks that lack timing information 17 gint loop_length; // length of tracks that lack timing information
18 gboolean resample; // whether or not to resample 18 gboolean resample; // whether or not to resample
19 gint resample_rate; // rate to resample at 19 gint resample_rate; // rate to resample at
20 gboolean nsfe_playlist; // if true, use optional NSFE playlist 20 gboolean nsfe_playlist; // TODO: remove (nsfe playlist is now always enabled)
21 gint treble; // -100 to +100 21 gint treble; // -100 to +100
22 gint bass; // -100 to +100 22 gint bass; // -100 to +100
23 gboolean ignore_spc_length; // if true, ignore length from SPC tags 23 gboolean ignore_spc_length; // if true, ignore length from SPC tags
24 gint echo; // 0 to +100
24 } 25 }
25 AudaciousConsoleConfig; 26 AudaciousConsoleConfig;
26 27
27 extern AudaciousConsoleConfig audcfg; 28 extern AudaciousConsoleConfig audcfg;
28 29