mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-07 16:34:45 -04:00
SDRdaemon plugin: added samples buffer to the SDRdaemon buffer class
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
#include <cstddef>
|
||||
#include <lz4.h>
|
||||
#include "util/CRC64.h"
|
||||
#include "dsp/samplefifo.h"
|
||||
|
||||
class SDRdaemonBuffer
|
||||
{
|
||||
@@ -87,6 +88,7 @@ private:
|
||||
uint32_t m_nbCRCOK;
|
||||
uint64_t m_dataCRC;
|
||||
|
||||
SampleVector m_convertBuffer;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user