Go to the source code of this file.
Defines | |
#define | ANTICLIP 0 |
#define | TARGET 25000 |
#define | GAINMAX 32 |
#define | GAINSHIFT 10 |
#define | GAINSMOOTH 8 |
#define | BUCKETS 400 |
Functions | |
void | CompressCfg (int monitor, int anticlip, int target, int maxgain, int smooth, unsigned buckets) |
void | CompressDo (void *data, unsigned int numSamples) |
void | CompressFree (void) |
#define ANTICLIP 0 |
Definition at line 30 of file compress.h.
#define BUCKETS 400 |
Definition at line 35 of file compress.h.
#define GAINMAX 32 |
Definition at line 32 of file compress.h.
#define GAINSHIFT 10 |
Definition at line 33 of file compress.h.
#define GAINSMOOTH 8 |
Definition at line 34 of file compress.h.
#define TARGET 25000 |
Definition at line 31 of file compress.h.
void CompressCfg | ( | int | monitor, | |
int | anticlip, | |||
int | target, | |||
int | maxgain, | |||
int | smooth, | |||
unsigned | buckets | |||
) |
void CompressDo | ( | void * | data, | |
unsigned int | numSamples | |||
) |
void CompressFree | ( | void | ) |