SDRAngel  4.11.5
Developer docs for <a href="https://github.com/f4exb/sdrangel">SDRangel<\a>, an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.
Classes | Macros
audiocompressorsnd.h File Reference
#include <math.h>
#include "export.h"
+ Include dependency graph for audiocompressorsnd.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AudioCompressorSnd
 
struct  AudioCompressorSnd::CompressorState
 

Macros

#define _USE_MATH_DEFINES
 
#define AUDIOCOMPRESSORSND_SF_COMPRESSOR_MAXDELAY   1024
 
#define AUDIOCOMPRESSORSND_SF_COMPRESSOR_SPU   32
 
#define AUDIOCOMPRESSORSND_SF_COMPRESSOR_SPACINGDB   5.0f
 
#define AUDIOCOMPRESSORSND_SF_COMPRESSOR_CHUNKSIZE   128
 

Macro Definition Documentation

◆ _USE_MATH_DEFINES

#define _USE_MATH_DEFINES

Definition at line 28 of file audiocompressorsnd.h.

◆ AUDIOCOMPRESSORSND_SF_COMPRESSOR_CHUNKSIZE

#define AUDIOCOMPRESSORSND_SF_COMPRESSOR_CHUNKSIZE   128

◆ AUDIOCOMPRESSORSND_SF_COMPRESSOR_MAXDELAY

#define AUDIOCOMPRESSORSND_SF_COMPRESSOR_MAXDELAY   1024

◆ AUDIOCOMPRESSORSND_SF_COMPRESSOR_SPACINGDB

#define AUDIOCOMPRESSORSND_SF_COMPRESSOR_SPACINGDB   5.0f

Definition at line 39 of file audiocompressorsnd.h.

Referenced by AudioCompressorSnd::sf_compressor_process().

◆ AUDIOCOMPRESSORSND_SF_COMPRESSOR_SPU

#define AUDIOCOMPRESSORSND_SF_COMPRESSOR_SPU   32

Definition at line 36 of file audiocompressorsnd.h.

Referenced by AudioCompressorSnd::sf_compressor_process().