mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-01-11 18:57:11 +01:00
Fixed recording bug when decimation is enabled (issue #828)
This commit is contained in:
parent
90a8f617e9
commit
fb85177987
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user