1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-08 08:54:49 -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
@@ -94,7 +94,8 @@ void UDPSourceBaseband::handleData()
unsigned int ipart1end;
unsigned int ipart2begin;
unsigned int ipart2end;
Real rmsLevel, peakLevel, numSamples;
qreal rmsLevel, peakLevel;
int numSamples;
unsigned int remainder = m_sampleFifo.remainder();