mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-03-30 16:18:50 -04:00
LimeSDR output: optimize stream for max throughput
This commit is contained in:
parent
d1e16b6ab0
commit
5a588c6c63
@ -165,7 +165,7 @@ bool LimeSDROutput::openDevice()
|
||||
|
||||
m_streamId.channel = m_deviceShared.m_channel; // channel number
|
||||
m_streamId.fifoSize = 5000000; // fifo size in samples
|
||||
m_streamId.throughputVsLatency = 0.0; // optimize for max throughput
|
||||
m_streamId.throughputVsLatency = 1.0; // optimize for max throughput
|
||||
m_streamId.isTx = true; // TX channel
|
||||
m_streamId.dataFmt = lms_stream_t::LMS_FMT_I12; // 12-bit integers
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user