mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-02-03 09:44:01 -05:00
SDRdaemon plugin: added samples buffer to the SDRdaemon buffer class
This commit is contained in:
parent
7a6882829a
commit
fd8c9c41eb
@ -22,6 +22,7 @@
|
|||||||
#include <cstddef>
|
#include <cstddef>
|
||||||
#include <lz4.h>
|
#include <lz4.h>
|
||||||
#include "util/CRC64.h"
|
#include "util/CRC64.h"
|
||||||
|
#include "dsp/samplefifo.h"
|
||||||
|
|
||||||
class SDRdaemonBuffer
|
class SDRdaemonBuffer
|
||||||
{
|
{
|
||||||
@ -87,6 +88,7 @@ private:
|
|||||||
uint32_t m_nbCRCOK;
|
uint32_t m_nbCRCOK;
|
||||||
uint64_t m_dataCRC;
|
uint64_t m_dataCRC;
|
||||||
|
|
||||||
|
SampleVector m_convertBuffer;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user