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.
|
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 |
#define _USE_MATH_DEFINES |
Definition at line 28 of file audiocompressorsnd.h.
#define AUDIOCOMPRESSORSND_SF_COMPRESSOR_CHUNKSIZE 128 |
Definition at line 42 of file audiocompressorsnd.h.
Referenced by AudioCompressorSnd::AudioCompressorSnd(), and AudioCompressorSnd::compress().
#define AUDIOCOMPRESSORSND_SF_COMPRESSOR_MAXDELAY 1024 |
Definition at line 32 of file audiocompressorsnd.h.
Referenced by AudioCompressorSnd::CompressorState::sf_advancecomp().
#define AUDIOCOMPRESSORSND_SF_COMPRESSOR_SPACINGDB 5.0f |
Definition at line 39 of file audiocompressorsnd.h.
Referenced by AudioCompressorSnd::sf_compressor_process().
#define AUDIOCOMPRESSORSND_SF_COMPRESSOR_SPU 32 |
Definition at line 36 of file audiocompressorsnd.h.
Referenced by AudioCompressorSnd::sf_compressor_process().