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