1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-04-04 02:28:33 -04:00

AirspyHF: use processed int16 samples

This commit is contained in:
f4exb 2018-01-14 20:00:53 +01:00
parent bd8c916dd4
commit 432f1524ac

View File

@ -134,7 +134,7 @@ bool AirspyHFInput::openDevice()
delete[] sampleRates;
airspyhf_set_sample_type(m_dev, AIRSPYHF_SAMPLE_INT16_NDSP_IQ);
airspyhf_set_sample_type(m_dev, AIRSPYHF_SAMPLE_INT16_IQ);
return true;
}