gqrx-sdr / gqrx

Software defined radio receiver powered by GNU Radio and Qt.
http://gqrx.dk
GNU General Public License v3.0
2.95k stars 533 forks source link

Idea / Feature: better SoapySDR Support ? #1267

Open nmaster2042 opened 11 months ago

nmaster2042 commented 11 months ago

Until now Gqrx is using gr-osmosdr withch is not very well maintained.

it's SoapySDR support is poor: we can't use all settings of some devices like SDRPlay devices, we must use string args, and it sometimes not react like it should in my experience.

The idea, would be to add gr-soapy support directly into Gqrx, providing SoapySDR support this way and no more via gr-osmosdr.

willcode commented 11 months ago

This is a goal. It requires a little architecture work and time, so it hasn't been done yet.