mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-10 10:33:29 -05:00
#1069. Increase FIFO size in Remote Sink according to baseband sample rate
This commit is contained in:
parent
7d2e06adc2
commit
bd1af18578
@ -118,6 +118,7 @@ bool RemoteSinkBaseband::handleMessage(const Message& cmd)
|
|||||||
m_channelizer->setBasebandSampleRate(m_basebandSampleRate);
|
m_channelizer->setBasebandSampleRate(m_basebandSampleRate);
|
||||||
m_sink.applyBasebandSampleRate(m_basebandSampleRate);
|
m_sink.applyBasebandSampleRate(m_basebandSampleRate);
|
||||||
m_sink.setDeviceCenterFrequency(notif.getCenterFrequency());
|
m_sink.setDeviceCenterFrequency(notif.getCenterFrequency());
|
||||||
|
m_sampleFifo.setSize(SampleSinkFifo::getSizePolicy(m_basebandSampleRate));
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user