gmbertani

Results 2 issues of gmbertani

The RTL-SDR valid tuner gains values are returned by librtlsdr:rtlsdr_get_tuner_gains(). These values change with the tuner type. For R820T tuner for instance it's a nonlinear list of 29 values: 0.0...

Hello, in Settings.cpp, line 239: ` if ((name.length() >= 2) && (name.substr(0, 2) == "AUDIO")) ` always failed. I had to patch it in this way to make it work:...