1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-14 15:33:34 -04:00

Tx plugins: fixed VU meter handling

This commit is contained in:
f4exb
2019-12-07 11:47:52 +01:00
parent fb242d15d3
commit 12735f26a9
21 changed files with 49 additions and 42 deletions
+1 -1
View File
@@ -274,7 +274,7 @@ void NFMModSource::calculateLevel(Real& sample)
}
else
{
qreal rmsLevel = sqrt(m_levelSum / m_levelNbSamples);
m_rmsLevel = sqrt(m_levelSum / m_levelNbSamples);
m_peakLevelOut = m_peakLevel;
m_peakLevel = 0.0f;
m_levelSum = 0.0f;