kcat

Results 687 comments of kcat

> CMake 4.0 has removed support for CMake versions older than 3.5. Adding version number below 3.5 in there results in an error: https://cmake.org/cmake/help/git-master/release/4.0.html#deprecated-and-removed-features Only if you specify just the...

A recording of what it sounds like, and a debug log, can help. Without knowing what it sounds like, I can't say whether it's intentional or not, and if something's...

That may be more or less how it's intended to sound. The reverb does change as the listener moves into different areas, sometimes being more pronounced and sometimes less. In...

> Interesting. What's the fallback behavior of alsoft when it receives invalid values for the environment size? It returns an error and leaves everything as it was, which should be...

Unfortunately there's not much that can be done about it. GCC still treats `inline` (including `constexpr`, templates, and other things that standard says imply `inline`) as a hint to inline...

`BUILD_LOCAL_INTERFACE` is only used for static builds, which isn't a common build setup and isn't required for the normal dynamic build. Would be better to set the required version to...

> When trying to find OpenAL with find_package(OpenAL CONFIG) the error is emitted on CMake 4.x versions. > > Edit: I see, this change is for the root CMakeLists.txt. The...

Please [create an issue](https://github.com/kcat/openal-soft/issues/new) about that, since it's not related to this PR.

Looks like it's because HRTF is being auto-enabled, since the device is being detected as headphones. The default HRTF does have a lower bass response, which would account for darker...

HRTF can be controlled by the app using the [`ALC_SOFT_HRTF`](https://openal-soft.org/openal-extensions/SOFT_HRTF.txt) extension. It allows the app to enable or disable HRTF (or let it be selected or not automatically based on...