Max Kellermann
Max Kellermann
You forgot `--stdout` - or else have a look at the log file you configured.
What happens if you remove the software mixer, and instead set `mixer_type "none"`? Check the volume and post a new log. You're playing a 16 bit FLAC file, but the...
Okay, that was worth a try! Now ALSA.
Oh, I didn't see that reply. No, I guess I don't need a log of that. But I have currently no idea what could cause this PipeWire-specific problem. We now...
Sure! https://mpd.readthedocs.io/en/stable/plugins.html#jack
I think there is nothing I can do for you here. All data looks like MPD is behaving correctly, and nothing hints at a MPD bug. If anybody has data...
Not using `std::filesystem` was an explicit decision I made for XCSoar. Like iostreams, it's a badly designed API and the implementation is bloated and slow. Look at how much your...
This looks like a bug in your C++ standard library implementation. Old clang/libc++ are known to be buggy. What are you using?
But what upstream clang/libc++ version is that? ncmpc builds fine on GH actions, macos-latest, clang 15.0.0, e.g.: https://github.com/MusicPlayerDaemon/ncmpc/actions/runs/10871972077/job/30166446936 - is that the same version you're using? You said clang 1500,...
It would be okay for me to add macos-12 to the CI, but only if macos-12 has a non-buggy toolchain. If it turns out that the macos-12 toolchain is broken,...