forked from sox_ng/sox_ng
- do calibration with threshold gain set to 0 - cache calibration values in a file so it starts up quicker
12 lines
315 B
C
12 lines
315 B
C
/* SetGate.h */
|
|
|
|
#include "Param.h"
|
|
|
|
#define SetGateNumberOfFilters ParamMaxChnl
|
|
#define SetGateTab1St 25
|
|
#define SetGateTab1Ed 1000
|
|
#define SetGateTab2St 1
|
|
#define SetGateTab2Ed 700
|
|
|
|
extern char *SetGateInit(dolbyb_t *Param);
|
|
extern void SetGate(dolbyb_t *Param, int64_t InSamp, uint16_t TabNum);
|