1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-04 06:54:39 -04:00

Audio Input: quarter sample rate heterodyne for mono signals

This commit is contained in:
f4exb
2020-11-13 19:55:09 +01:00
parent 6e3add76e3
commit 9cdcfeef70
7 changed files with 70 additions and 34 deletions
@@ -57,6 +57,7 @@ private:
QTimer m_updateTimer;
DeviceSampleSource* m_sampleSource;
int m_sampleRate;
qint64 m_centerFrequency;
MessageQueue m_inputMessageQueue;