airspyone_host icon indicating copy to clipboard operation
airspyone_host copied to clipboard

AirSpy's usemode driver and associated tools

Results 3 airspyone_host issues
Sort by recently updated
recently updated
newest added

The airspy_transfer struct that is passed to the callback function (the one specified in airspy_start_rx) contains a dropped_samples field, which I assume is the number of packets dropped because of...

enhancement

Recent cmake warns that compatibility for older versions will be removed in the future. Since libairspy cmake work just fine with cmake 3.27, setting the minimum required version as a...

The availability of NEON instruction is performed implicitly (from the building process point of view) based on __ARM_NEON preprocessor value. This should not be adding restrictions on the portability of...