openal-soft icon indicating copy to clipboard operation
openal-soft copied to clipboard

alcReopenDeviceSOFT fails with Creative router

Open dbregman opened this issue 6 months ago • 2 comments

Is it expected behavior that alcReopenDeviceSOFT only works when using the OpenAL-Soft router dll?

Using the original router DLL from https://www.openal.org/downloads/, I create an OpenAL-Soft device: alcIsExtensionPresent(device, "ALC_SOFT_reopen_device") returns TRUE alcGetProcAddress(device, "alcReopenDeviceSOFT") succeeds. but alcReopenDeviceSOFT fails when called.

When using the OpenAL-Soft version of the router, everything works.

dbregman avatar Jun 08 '25 23:06 dbregman