1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-25 04:53:27 -04:00

AirspyHF (float): working plugin

This commit is contained in:
f4exb
2018-02-02 02:12:49 +01:00
parent e7e8702d17
commit d43ecaf8f7
9 changed files with 2126 additions and 11 deletions
@@ -135,7 +135,7 @@ bool AirspyHFFInput::openDevice()
delete[] sampleRates;
airspyhf_set_sample_type(m_dev, AIRSPYHF_SAMPLE_INT16_IQ);
airspyhf_set_sample_type(m_dev, AIRSPYHF_SAMPLE_FLOAT32_IQ);
return true;
}