comparison src/xs_config.h @ 169:676ec1a1ab93

Minimum playtime option
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 11 Aug 2004 16:03:01 +0000
parents 02bbce56d6b0
children 505da1389e5c
comparison
equal deleted inserted replaced
168:0ccef55966fa 169:676ec1a1ab93
84 gboolean oversampleEnable; 84 gboolean oversampleEnable;
85 gint oversampleFactor; /* Factor of oversampling */ 85 gint oversampleFactor; /* Factor of oversampling */
86 gint oversampleFilter; /* Oversampling filter type */ 86 gint oversampleFilter; /* Oversampling filter type */
87 87
88 /* Playing settings */ 88 /* Playing settings */
89 gboolean playMaxTimeEnable; 89 gboolean playMaxTimeEnable,
90 playMaxTimeUnknown; /* Use max-time only when song-length is unknown */
90 gint playMaxTime; /* MAX playtime in seconds */ 91 gint playMaxTime; /* MAX playtime in seconds */
91 gboolean playMaxTimeUnknown; /* Use max-time only when song-length is unknown */ 92
93 gboolean playMinTimeEnable;
94 gint playMinTime; /* MIN playtime in seconds */
95
92 gboolean songlenDBEnable; 96 gboolean songlenDBEnable;
93 gchar *songlenDBPath; /* Path to Songlengths.txt */ 97 gchar *songlenDBPath; /* Path to Songlengths.txt */
94 98
95 gboolean silenceEnable; /* Silence detection */
96 gint silenceMinTime;
97 gint silenceMaxCheck;
98 99
99 /* Miscellaneous settings */ 100 /* Miscellaneous settings */
100 gboolean stilDBEnable; 101 gboolean stilDBEnable;
101 gchar *stilDBPath; /* Path to STIL.txt */ 102 gchar *stilDBPath; /* Path to STIL.txt */
102 gchar *hvscPath; /* Path-prefix for HVSC */ 103 gchar *hvscPath; /* Path-prefix for HVSC */