1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-05 07:24:44 -04:00

SampleSourceFifo refactoring and Tx code reorganization

This commit is contained in:
f4exb
2019-11-15 01:04:24 +01:00
parent 246ff824af
commit 3b74153ec6
198 changed files with 13267 additions and 7750 deletions
+1 -2
View File
@@ -47,8 +47,7 @@ public:
{ }
};
static const float m_sampleFifoLengthInSeconds;
static const int m_sampleFifoMinSize;
static const unsigned int m_sampleFifoMinRate;
};