Oldnice

Results 5 issues of Oldnice

iplAmbisonicsDecodeEffectCreate crashes if no HRTF is supplied via IPLAmbisonicsDecodeEffectSettings, even if user does not intend to utilize HRTF, but use panning instead. If HRTF is required for panning, and this...

**System Information** - Steam Audio version: 4.4.1 - Operating System and version: Windows 10 x86-64bit - GPU (used with TrueAudioNext): AMD Radeon RX 6900 XT **Issue Description** When using TrueAudioNext...

A logical error in SteamAudioManager.cpp prevents OpenCL devices from ever being utilized: ``` IPLerror Status = iplOpenCLDeviceListCreate(Context, &OpenCLDeviceSettings, &OpenCLDeviceList); if (Status != IPL_STATUS_SUCCESS) { ... iplOpenCLDeviceListCreate(Context, &OpenCLDeviceSettings, &OpenCLDeviceList); ... }...

It seems that the SteamAudio uses some sort of "interpolation" for every object involved in a simulation, in a sense that sound sources being moved in a scene will not...

Adding multiple probe batches to a simulator, and later running iplSimulatorRunPathing(...) sometimes causes an access violation exception. I'm not sure if this requires the probe batches to overlap or not,...