kcat

Results 611 comments of kcat
trafficstars

That doesn't seem to be a valid error code listed for `IAudioClient::Initialize`, which that message's error code is from. Actually, I'm not seeing that error code defined anywhere, at least...

As a workaround, you can remove the check from CMakeLists.txt. Though I have no idea why it would try to link with liblog since that can only happen if ```cmake...

> I'd prefer to not have to fork from this repo and stay aligned, would it be possible to request to wrap the 2 lines outside with a `if (ANDROID)`?...

Can you provide a full trace log? The output of `ALSOFT_LOGLEVEL=3 ALSOFT_DRIVERS=pipewire openal-info`.

Also, try latest master. `Audio/Duplex` devices are now handled.

If you have 15 buffers queued, when those 15 buffers become processed the source will automatically stop. Also, when a source is in the stopped state (when it reaches the...

What audio setup do you have (stereo speakers, headphones, 5.1 surround sound, ...)? And can you get a trace log? To do s, set the `ALSOFT_LOGLEVEL` environment variable to `3`...

Hmm, I'm not seeing anything unexpected in those logs, though I notice a difference between them. In 1.17.2, it creates a context, destroys it, then creates another one, while 1.16...

Hmm, I'm not sure I can explain that. Reduced bass would occur due to high-pass filters, but those are controlled entirely by the app and have been available since 1.16,...

bs2b.c only affects stereo output. There's no specific option for bass since OpenAL Soft doesn't do equalization except for the EFX effects apps have control of. No source file controls...