mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-09-05 14:47:50 -04:00
UDPSink plugin: full UDP buffer dynamic allocation
This commit is contained in:
parent
a66193f7fd
commit
428820bb11
@ -356,6 +356,7 @@ void UDPSink::apply(bool force)
|
|||||||
m_levelCalcCount = 0;
|
m_levelCalcCount = 0;
|
||||||
m_peakLevel = 0.0f;
|
m_peakLevel = 0.0f;
|
||||||
m_levelSum = 0.0f;
|
m_levelSum = 0.0f;
|
||||||
|
m_udpHandler.resizeBuffer(m_config.m_inputSampleRate);
|
||||||
m_settingsMutex.unlock();
|
m_settingsMutex.unlock();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user