7 #include "maxchannels.h"
9 #include "bcprogressbox.inc"
10 #include "recordgui.inc"
14 class DC_Offset
: public Thread
20 int calibrate_dc_offset(int *output
, RecordGUIDCOffsetText
**dc_offset_text
, int input_channels
);
24 RecordGUIDCOffsetText
**dc_offset_text
;
25 Mutex
*dc_offset_lock
;
26 int dc_offset
[MAXCHANNELS
], dc_offset_total
[MAXCHANNELS
], dc_offset_count
;
28 int getting_dc_offset
;
29 BC_ProgressBox
*progress
;
38 // c-file-style: "linux"