mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 06:04:39 -04:00
HackRF output plugin: resize sample FIFO to 500ms
This commit is contained in:
@@ -75,7 +75,7 @@ bool HackRFOutput::start(int device)
|
||||
// qCritical("HackRFInput::start: failed to initiate HackRF library %s", hackrf_error_name(rc));
|
||||
// }
|
||||
|
||||
m_sampleSourceFifo.resize(m_settings.m_devSampleRate); // 1s long
|
||||
m_sampleSourceFifo.resize(m_settings.m_devSampleRate/2); // 500ms long
|
||||
|
||||
if (m_deviceAPI->getSourceBuddies().size() > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user