1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-10-01 01:06:35 -04:00

UDPSink plugin: full UDP buffer dynamic allocation

This commit is contained in:
f4exb 2017-08-17 01:12:17 +02:00
parent a66193f7fd
commit 428820bb11

View File

@ -356,6 +356,7 @@ void UDPSink::apply(bool force)
m_levelCalcCount = 0;
m_peakLevel = 0.0f;
m_levelSum = 0.0f;
m_udpHandler.resizeBuffer(m_config.m_inputSampleRate);
m_settingsMutex.unlock();
}