jj1bdx / airspy-fmradion

Software decoder for FM/AM broadcast radio with AirSpy R2 / Mini, Airspy HF+, and RTL-SDR
GNU General Public License v3.0
142 stars 19 forks source link

SoapySDR support (New Feature) #2

Closed nmaster2042 closed 3 years ago

nmaster2042 commented 5 years ago

Do you plan to add SoapySDR support ?

It would bring access to more sdr devices, like funcube dongle, sdrplay, etc.

jj1bdx commented 5 years ago

Hi @nmaster2042: I've been told about this at https://github.com/jj1bdx/ngsoftfm-jj1bdx/issues/1 a long time ago. So far I need to find out which format (float 32bit + signed 16-bit + unsigned 8-bit integer formats are needed so far) to support the streamed IQ data types. I've found SoapySDR library does not automatically convert between these data types. I know the support for SoapySDR might be useful, so allow me some time.

jj1bdx commented 3 years ago

At this moment on 9-DEC-2020, I will drop this feature request.