pothosware / SoapyRTLSDR

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

Initial test #1

Closed dc1rdb closed 8 years ago

dc1rdb commented 8 years ago

Did a quick check with three different dongles:

[DEBUG] Device #0: Generic RTL2832U OEM
[DEBUG]     Manufacturer: Realtek, Product Name: RTL2838UHIDIR, Serial: 00000153
Found Rafael Micro R820T tuner
[DEBUG]      Tuner type: Rafael Micro R820T
[DEBUG] Device #0: Terratec NOXON DAB/DAB+ USB dongle (rev 2)
[DEBUG]     Manufacturer: Realtek, Product Name: RTL2832U, Serial: 00000001
Found Elonics E4000 tuner
[DEBUG]      Tuner type: Elonics E4000
[DEBUG] Device #0: Terratec NOXON DAB/DAB+ USB dongle (rev 1)
[DEBUG]     Manufacturer: NOXON, Product Name: DAB Stick, Serial: 0
Found Fitipower FC0013 tuner
[DEBUG]      Tuner type: Fitipower FC0013

All three are working fine, but audio is a little bit choppy, independent of bandwidth setting.

cjcliffe commented 8 years ago

@dc1rdb nice, it should be mostly functional now; I'm going to use it to start implementing gain controllers through the SoapySDR gain interface soon.

Note that CubicSDR soapysdr-support branch has been updated too; there was a bug in device selection that was preventing it from actually switching between devices.