1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-28 22:43:43 -04:00

SDRDaemonSink: 16/24 bit support (1): works for 16 bit stream

This commit is contained in:
f4exb
2018-09-09 21:26:47 +02:00
parent 5dfc60331c
commit 7158107e58
6 changed files with 22 additions and 14 deletions
@@ -86,6 +86,7 @@ private:
int m_nbOriginalBlocks;
int m_nbFECBlocks;
int m_sampleBits;
int m_sampleBytes;
int m_samplesCount;
std::size_t m_tickCount;