mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-21 23:55:13 -05:00
Merge pull request #1075 from srcejon/fix_1069_fifo_size
Increase FIFO size in Remote Sink according to baseband sample rate
This commit is contained in:
commit
4269aa4377
@ -118,6 +118,7 @@ bool RemoteSinkBaseband::handleMessage(const Message& cmd)
|
||||
m_channelizer->setBasebandSampleRate(m_basebandSampleRate);
|
||||
m_sink.applyBasebandSampleRate(m_basebandSampleRate);
|
||||
m_sink.setDeviceCenterFrequency(notif.getCenterFrequency());
|
||||
m_sampleFifo.setSize(SampleSinkFifo::getSizePolicy(m_basebandSampleRate));
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user