mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-07 16:34:45 -04:00
Renamed UpSampleChannelizer back to UpChannelizer
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
#include <QDebug>
|
||||
|
||||
#include "dsp/upsamplechannelizer.h"
|
||||
#include "dsp/upchannelizer.h"
|
||||
#include "dsp/dspengine.h"
|
||||
#include "dsp/dspcommands.h"
|
||||
|
||||
@@ -30,7 +30,7 @@ RemoteSourceBaseband::RemoteSourceBaseband() :
|
||||
m_mutex(QMutex::Recursive)
|
||||
{
|
||||
m_sampleFifo.resize(SampleSourceFifo::getSizePolicy(48000));
|
||||
m_channelizer = new UpSampleChannelizer(&m_source);
|
||||
m_channelizer = new UpChannelizer(&m_source);
|
||||
|
||||
qDebug("RemoteSourceBaseband::RemoteSourceBaseband");
|
||||
QObject::connect(
|
||||
|
||||
Reference in New Issue
Block a user