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:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user