summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 27f00584a6..d87bc5ee06 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -180,6 +180,26 @@ struct user_settings
180 int rec_stop_gap; /* index of trig_durations */ 180 int rec_stop_gap; /* index of trig_durations */
181 int rec_trigger_mode; /* see TRIG_MODE_XXX constants */ 181 int rec_trigger_mode; /* see TRIG_MODE_XXX constants */
182 182
183#ifdef HAVE_AGC
184 int rec_agc_preset_mic; /* AGC mic preset modes:
185 0 = Off
186 1 = Safety (clip)
187 2 = Live (slow)
188 3 = DJ-Set (slow)
189 4 = Medium
190 5 = Voice (fast) */
191 int rec_agc_preset_line; /* AGC line-in preset modes:
192 0 = Off
193 1 = Safety (clip)
194 2 = Live (slow)
195 3 = DJ-Set (slow)
196 4 = Medium
197 5 = Voice (fast) */
198 int rec_agc_maxgain_mic; /* AGC maximum mic gain */
199 int rec_agc_maxgain_line; /* AGC maximum line-in gain */
200 int rec_agc_cliptime; /* 0.2, 0.4, 0.6, 0.8, 1s */
201#endif
202
183 /* device settings */ 203 /* device settings */
184 204
185#ifdef HAVE_LCD_CONTRAST 205#ifdef HAVE_LCD_CONTRAST