MichaIng
MichaIng
Wouldn't it make sense to configure the ALSA and/or PulseAudio directly instead? I don't know much about PulseAudio, but `/etc/asound.conf`/`~/.asioundrc` I mean, so that the system uses the desired sound...
The problem is the "new" ability to define multiple postprocess steps comma-separated: https://github.com/XavierBerger/RPi-Monitor/commit/56ba6e9#diff-ba4b03131626dc7d144ab66856ad8f9306bad3c958e5a20cda2a0a9e655208d4R777 Since `sprintf("%.2f", $1/1000)` contains a comma, it is broken and evaluated in two parts 😄. So yeah,...
@wsegatto Thanks for your suggestion. But this will always round down, isn't it? The `+ 0.5` assures it is mathematically correctly rounded, so up from `.5` on. Would this work?...
Ah lol, we went that way already. Too long ago so I forgot about the details: https://github.com/MichaIng/DietPi/pull/5232/files
Jep, at least this made me dig deeper into it. I recognised just now that it matches the symptoms exactly. Now I wonder whether we should merge those issues? 🤔...
Yes makes sense. Sorry I should have appended the finds there to not split conversation 😅.
Yes, we should check carefully what the restored `timeout=0.1` may have for side effects. Probably there is a way to reduce the overhead implied by the reduced timeout (resp. increased...
I think checking the load would only increase the load and complexity. The goal should be to reduce the steps done within the loop to a minimum and not adding...
I'll see if I'm able to setup a test environment on Windows. It's not exactly what I head in mind, but makes sense to align it with the anyway present...
> ie, other connections waking up the selector can only cause it to detect the stop request _earlier_. Ah yes that is true. Then it totally makes sense as you...