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.
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.