mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-09 09:25:07 -04:00
SampleSourceFifo refactoring and Tx code reorganization
This commit is contained in:
@@ -17,6 +17,4 @@
|
||||
|
||||
#include "../bladerf1/devicebladerf1shared.h"
|
||||
|
||||
const float DeviceBladeRF1Shared::m_sampleFifoLengthInSeconds = 0.25;
|
||||
const int DeviceBladeRF1Shared::m_sampleFifoMinSize = 75000; // 300 kS/s knee
|
||||
const int DeviceBladeRF1Shared::m_sampleFifoMinSize32 = 150000; // Fixed for interpolation by 32
|
||||
const unsigned int DeviceBladeRF1Shared::m_sampleFifoMinRate = 48000;
|
||||
|
||||
Reference in New Issue
Block a user