src/compress.h File Reference

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 Documentation

#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.


Function Documentation

void CompressCfg ( int  monitor,
int  anticlip,
int  target,
int  maxgain,
int  smooth,
unsigned  buckets 
)

void CompressDo ( void *  data,
unsigned int  numSamples 
)

void CompressFree ( void   ) 


Generated on Wed Aug 25 00:21:21 2010 for MPD by  doxygen 1.5.7.1