kcat / openal-soft

OpenAL Soft is a software implementation of the OpenAL 3D audio API.
Other
2.22k stars 536 forks source link

Redirect cubic to spline when loading alsoft.ini #1018

Closed metallicafan212 closed 4 months ago

metallicafan212 commented 4 months ago

Hi,

First time making a pr here, so let me know if I did anything wrong/need to provide more info.

Recently, I updated to the latest version of openal soft, and noticed that the audio in the game sounded weird. Turns out, it's because I was using the cubic resampler, and that was being routed to gaussian in the ini. Since spline is the nearest replacement, I changed it in my ini and verified it sounds now as I expect it.

I figured that I would submit a PR here so that others don't have the same problem.