Gisle Vanem

Results 133 comments of Gisle Vanem

Why don't you download the sources instead: `git clone https://github.com/AlexandreRouma/SDRPlusPlus.git ` Or download the `.zip` from the frontpage.

> Its not safe to LoadLibrary() every dll we can find, its takes time, Agreed, but I was referring to the pattern to `FindFirstFile()`. Why simply not `"*.dll"`? If you...

> It expects to be in INSTALL_PREFIX/bin/SoapySDR.dll, and so the root of the install is up one directory. > > Did you use the install target for soapyremote/soapysdr? I think...

Any new thoughts on this? Is there a chance that only ` SOAPY_SDR_PLUGIN_PATH` (or ` SOAPY_SDR_MODULE_PATH`) could be used to search for `*support.dll` files?

> But the SOAPY_SDR_PLUGIN_PATH can take a list of semicolon separated paths Yes, good. But what if 32-bit and 64-bit DLLs are in those same paths. What should a 64-bit...

HackRF is supported by the [SoapySDR API](https://github.com/pothosware/SoapySDR/wiki). Welle-IO can be built with support for SoapySDR. It depends on which Welle-IO you have and how it was built. Then select SoapySDR...

> but the station selection menu is very small and hard to read Qt supports scaling. E.g. with a `set QT_SCREEN_SCALE_FACTORS=1.5`, here it looks like this: ![welle-GUI-scaled](https://user-images.githubusercontent.com/945271/117536519-b13ab980-affb-11eb-8590-edd72ee0240b.png)

@AlbrechtL What happened to the idea to use SDRDAB as a library in Welle-IO? Ref: https://github.com/AlbrechtL/welle.io/issues/102. I still see you have a [branch](https://github.com/AlbrechtL/welle.io/tree/sdrdab-test) for it.

> dab-maxi/../includes/scopes-qwt6/spectrogramdata.h:55:9: error: ‘setInterval’ was not declared in this scope; did you mean > ‘QwtInterval’? 55 | setInterval (Qt::XAxis, QwtInterval (left, left + width)); | ^~~~~~~~~~~ | QwtInterval I discovered...

Have you tried connecting to it using `SoapySDRUtil.exe --make=driver=remote ...`? Not sure about the address syntax for this. But if this works, it should work in Welle-IO too.