mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-09-05 06:37:51 -04:00
AirspyHF: use processed int16 samples
This commit is contained in:
parent
bd8c916dd4
commit
432f1524ac
@ -134,7 +134,7 @@ bool AirspyHFInput::openDevice()
|
|||||||
|
|
||||||
delete[] sampleRates;
|
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;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user