pothosware / SoapyRTLSDR

SoapySDR RTL-SDR Support Module
https://github.com/pothosware/SoapyRTLSDR/wiki
MIT License
124 stars 29 forks source link

Missing getSampleRateRange() implementation #54

Closed mutability closed 3 years ago

mutability commented 3 years ago

Per title, the rtlsdr driver doesn't implement getSampleRateRange() even though a continuous range of sample rates is supported.

(This is a problem for software that uses listSampleRates() / getSampleRateRange() to determine allowable rates)