1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-07 08:24:43 -04:00

LocalSource plugin cleanup and fixes

This commit is contained in:
f4exb
2019-12-08 10:08:56 +01:00
parent 12735f26a9
commit f1112f64d0
5 changed files with 6 additions and 10 deletions
@@ -35,7 +35,7 @@ LocalSourceBaseband::LocalSourceBaseband() :
m_sampleFifo.resize(SampleSourceFifo::getSizePolicy(48000));
m_channelizer = new UpChannelizer(&m_source);
qDebug("FileSourceBaseband::FileSourceBaseband");
qDebug("LocalSourceBaseband::LocalSourceBaseband");
QObject::connect(
&m_sampleFifo,
&SampleSourceFifo::dataRead,