kopia lustrzana https://github.com/AlexandreRouma/SDRPlusPlus
Fixed recording bug when decimation is enabled (issue #828)
rodzic
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);
|
||||
|
|
Ładowanie…
Reference in New Issue