LouDou

Results 41 comments of LouDou

Here's a bunch of screenshots of this branch running on a vanilla Debian VM with 1 core and 1GB RAM at 800x600 resolution. - 4 Demods are running quite comfortably...

Implemented a toggle to hide/show the demodulator settings, leaving only the offset/freq/meter visible. With the properties hidden, you can stack 2 demods vertically or horizonally on 800x600 ![VirtualBox_Debian_21_11_2021_13_53_01](https://user-images.githubusercontent.com/289750/142764675-83377185-e637-469f-96a6-f0db9b4ab76a.png) ![VirtualBox_Debian_21_11_2021_13_53_14](https://user-images.githubusercontent.com/289750/142764677-41aab64d-0558-4688-b529-c25eafde3d3f.png)

This discussion I think is getting quite long and there are still multiple items to address and discuss. To make this much easier to manage, I've opened a Project on...

From what I've seen of the code, it wouldn't be too hard to move the audio output selection to the demod/audio dock settings instead of having it set at the...

It may depend which audio lib is in use; I know the pulseaudio sink can be reconfigured on the fly without stopping the radio DSP, the other adaptors might not...

I think I have now established that the portaudio adaptor can be reconfigured without interrupting the DSP flowgraph.

Personally I don't thing that should be the concern of Gqrx, the host system should be doing the audio routing.

I've been looking into this too, for https://github.com/gqrx-sdr/gqrx/issues/946 It can be done with a setting, to lock/un-lock the link between hw freq and demod offsets.

Hi, I've looked into this a bit; I don't think you necessarily have to add anything to this repo to get included in vcpkg. I've created a fork/branch of vcpkg...

Yesterday's commit was missing a couple of things, even though vcpkg built the lib it wasn't usable as dependency. I've corrected this today: https://github.com/LouDou/vcpkg/tree/imgui-node-editor Doug.