Closed Sevyls closed 5 years ago
SoapySDRDevice_setupStream failed Failed to open sdr device matching 'airspyhf'.
rx_fm could do a better job reporting the error message. Anyway....
My best guess is that 16 bit samples are requested. I think this needs to be implemented. Since you have the hf, a pull request is appreciated :-)
https://github.com/pothosware/SoapyAirspyHF/blob/master/Streaming.cpp#L140
Hello gurugofquality,
I'd also like CS16 (and CS8, CU8 if possible) added as sample formats to the HF+ module - as RTL Airband is not currently working with the HF+. See https://github.com/szpajder/RTLSDR-Airband/issues/102.
The SoapySDR module for the regular airspy works well - is it just a matter of copying the relevant code to the HF+ module?
I'll also try to submit a pull request (this will be my first).
The SoapySDR module for the regular airspy works well - is it just a matter of copying the relevant code to the HF+ module?
Probably yes
Looks like the sample format support was the real issue, closing, this will remain open until someone has a tested PR. Thanks
I installed libairspy 1.1.5 on a Raspberry Pi 3 B+ with Rasbian 9.
Please assist.