comparison src/xs_config.h @ 69:bf6a524cf7ca dev-0-8-0a1

Fixes, cleanups, etc.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 30 Jun 2003 17:16:02 +0000
parents bf7b647b3239
children e3b205a6bc7e
comparison
equal deleted inserted replaced
68:20695d619300 69:bf6a524cf7ca
67 gint playMaxTime; /* MAX playtime in seconds */ 67 gint playMaxTime; /* MAX playtime in seconds */
68 gboolean playMaxTimeUnknown; /* Use max-time only when song-length is unknown */ 68 gboolean playMaxTimeUnknown; /* Use max-time only when song-length is unknown */
69 gboolean songlenDBEnable; 69 gboolean songlenDBEnable;
70 gchar *songlenDBPath; /* Path to Songlengths.txt */ 70 gchar *songlenDBPath; /* Path to Songlengths.txt */
71 71
72 gboolean silenceEnable; /* Silence detection */
73 gint silenceMinTime;
74 gint silenceMaxCheck;
72 75
73 /* Miscellaneous settings */ 76 /* Miscellaneous settings */
74 gboolean stilDBEnable; 77 gboolean stilDBEnable;
75 gchar *stilDBPath; /* Path to STIL.txt */ 78 gchar *stilDBPath; /* Path to STIL.txt */
76 79