mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-03 14:34:57 -04:00
RxTx semantic move: renamed SampleFifo to SampleSinkFifo
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
#include <QWaitCondition>
|
||||
#include <QByteArray>
|
||||
|
||||
#include "dsp/samplefifo.h"
|
||||
#include "../../../sdrbase/dsp/samplesinkfifo.h"
|
||||
#include "dsp/inthalfbandfilter.h"
|
||||
|
||||
class QAudioInput;
|
||||
@@ -33,7 +33,7 @@ class FCDProPlusReader : public QObject {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
FCDProPlusReader(SampleFifo* sampleFifo, QObject* parent = NULL);
|
||||
FCDProPlusReader(SampleSinkFifo* sampleFifo, QObject* parent = NULL);
|
||||
~FCDProPlusReader();
|
||||
|
||||
void startWork();
|
||||
@@ -49,7 +49,7 @@ private:
|
||||
|
||||
SampleVector m_convertBuffer;
|
||||
QByteArray m_fcdBuffer;
|
||||
SampleFifo* m_sampleFifo;
|
||||
SampleSinkFifo* m_sampleFifo;
|
||||
|
||||
void openFcdAudio(const QAudioDeviceInfo& fcdAudioDeviceInfo);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user