mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-08 08:54:49 -04:00
Tx ph.1: FileSink: set sample source FIFO size depending on sample rate
This commit is contained in:
@@ -202,7 +202,6 @@ void DSPDeviceSinkEngine::work()
|
||||
{
|
||||
(*it)->pull(s);
|
||||
s /= (m_threadedBasebandSampleSources.size() + m_basebandSampleSources.size());
|
||||
(*writeAt) += s;
|
||||
|
||||
if (sourceOccurence == 0) {
|
||||
(*writeAt) = s;
|
||||
|
||||
Reference in New Issue
Block a user