mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-26 12:27:51 +02:00
Fixed recording bug when decimation is enabled (issue #828)
This commit is contained in:
@ -23,7 +23,7 @@ public:
|
||||
|
||||
void setInput(dsp::stream<dsp::complex_t>* in);
|
||||
void setSampleRate(double sampleRate);
|
||||
inline double getSampleRate() { return _sampleRate; }
|
||||
inline double getSampleRate() { return _sampleRate / _decimRatio; }
|
||||
|
||||
void setBuffering(bool enabled);
|
||||
void setDecimation(int ratio);
|
||||
|
Reference in New Issue
Block a user