comparison src/xs_config.h @ 904:5d26b869a48e dev-0_8_94

Add resampling configuration.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 09 Nov 2012 09:48:12 +0200
parents cd9f482f063f
children 49b689449a37
comparison
equal deleted inserted replaced
903:cd9f482f063f 904:5d26b869a48e
23 { 23 {
24 XS_BLD_RESID = 1, 24 XS_BLD_RESID = 1,
25 XS_BLD_HARDSID, 25 XS_BLD_HARDSID,
26 XS_BLD_RESID_FP 26 XS_BLD_RESID_FP
27 }; 27 };
28
29
30 enum XS_RESID
31 {
32 XS_RESID_INTERPOLATE = 1,
33 XS_RESID_RESAMPLE_FIR,
34 };
35
28 36
29 enum XS_RESOLUTION 37 enum XS_RESOLUTION
30 { 38 {
31 XS_RES_8BIT = 8, 39 XS_RES_8BIT = 8,
32 XS_RES_16BIT = 16 40 XS_RES_16BIT = 16
124 gint sid2OptLevel; /* SIDPlay2 emulation optimization */ 132 gint sid2OptLevel; /* SIDPlay2 emulation optimization */
125 gint sid2Builder; /* SIDPlay2 "builder" aka SID-emu */ 133 gint sid2Builder; /* SIDPlay2 "builder" aka SID-emu */
126 xs_sid_filter_t sid2Filter; /* Current SIDPlay2 filter */ 134 xs_sid_filter_t sid2Filter; /* Current SIDPlay2 filter */
127 xs_sid_filter_t **sid2FilterPresets; 135 xs_sid_filter_t **sid2FilterPresets;
128 gint sid2NFilterPresets; 136 gint sid2NFilterPresets;
137 gint residSampling;
129 138
130 139
131 /* Playing settings */ 140 /* Playing settings */
132 gboolean playMaxTimeEnable, 141 gboolean playMaxTimeEnable,
133 playMaxTimeUnknown; /* Use max-time only when song-length is unknown */ 142 playMaxTimeUnknown; /* Use max-time only when song-length is unknown */