kcat
kcat
That should be fixed with commit b8a4ebd5943e554c7b9f28874f6308d3ff402e15. Though I'm not sure if calling Oboe's `stop()` method drops any unread samples or not (which would cause incorrect OpenAL capture behavior, if...
Sorry for the late response. Currently the CMake scripts don't handle the Windows SDK explicitly. Whatever CMake decides to set up for MSVC targets is the default CMake behavior for...
I'd prefer not to do assignment initialization of values, since that allows implicit conversions and silent truncation. Is the EDG frontend expecting that bug to get fixed? Initializing a value...
> What's the actual difference these syntax sugar for initialization? I don't think the implicit initialization is possible for SIMD vector types. `Type var{...};` is uniform initialization, and is the...
> Intrinsics are not a part of C++, not even a part of C. One must not expect all sort of C++ stuff to work with them. It's basic C++...
> The fork should function about the same(though, some functions have been redirected to real DirectSound and will not log) Which functions are those? From the DSOAL log, it seems...
It seems to set the listener position/orientation regularly with movement, but all the sound buffers are set to `DS3DMODE_DISABLE` upon creation and use panning for positioning, which makes the listener...
Run the `alsoft-config.exe` utility, switch to the HRTF tab and change "HRTF Mode" to "Force on", then click Apply. I'll note that it won't affect the "Generic Software" devices, which...
Then it should be enabled when you use an OpenAL Soft device with OpenAL apps. Are you having a particular issue there?
I don't think the HRTF extension works through Creative's router, so the info utility can't query the available HRTFs. HRTF itself will still work in games, though.