kcat
kcat
It looks like Alure is installed with Release mode, so it should have the `IMPORTED_LOCATION_RELEASE` property, rather than `IMPORTED_LOCATION_NOCONFIG`. From what I can see, the target should have the property...
It looks like `IMPORTED_IMPLIB` contains the `.lib` name for Windows. Though annoyingly, it doesn't seem to be used on other platforms (aside from AIX). I unfortunately don't see a target...
Current behavior is if `dsoal-aldrv.dll` can't be loaded, it logs an ERR message to `stderr` and returns false from `DllMain`, which tells Windows that the DLL failed to load (which...
According to that original bug report, the issue seems to stem from the emu10k driver, and since you're having OpenAL use ALSA directly instead of PulseAudio or PipeWire, that increases...
> Here are the logs diffs from supertuxcart (3 vs 6): I notice they both have non-default settings `period_size=2048` and `rt-prio=0`. It's more than doubled the period size, which seems...
> If period_size is supposed to be half the size you found in the log, that means that my distribution (Archlinux) has already doubled it with custom alsoft.conf, most likely...
> In my default OpenAL config from Archlinux, OpenAL is using a period size of 2048, which makes the total buffer 6144 for 3 periods. Don't forget the periods is...
Option 2 would be possible, but with caveats. There would be extra latency since there would be the source streaming buffer queue on top of the device buffer OpenAL writes...
> hmm, not sure i understand this part. i would be passing the loopback output to openal anyway, so wouldn't this be identical to the situation where i'm not using...
> I'm confused why you're suggesting a b-stream format render to a b-stream format source. Can you explain what you mean by 'avoid extra panning virtualization' ? When you render...