4.14's openal update causes muffled sound effect

Forum rules
Please construct and post a simple demo whenever possible for all bug reports. Please provide links to everything.

If you can include a wad demonstrating the problem, please do so. Bug reports that include fully-constructed demos have a much better chance of being investigated in a timely manner than those that don't.

Please make a new topic for every bug. Don't combine multiple bugs into a single topic. Thanks!

Post a reply

Smilies
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :geek: :ugeek: :!: :?: :idea: :arrow: :| :mrgreen: :3: :wub: >:( :blergh:
View more smilies

BBCode is ON
[img] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: 4.14's openal update causes muffled sound effect

Re: 4.14's openal update causes muffled sound effect

by Rachael » Thu Dec 26, 2024 11:01 pm

I generally like to ship the newest OpenAL's on every release, but if it's necessary for GZDoom to change its CVAR default for the resampler request so that OpenAL can maintain a separate default for other projects that is doable, but probably not preferable.

I have it set to nearest in both my GZDoom and Raze config, so I didn't even notice the problem when it was first reported, but then I listened to Kev's video showing the change and it was very obvious and I have to say it did sound worse.

Re: 4.14's openal update causes muffled sound effect

by Chris » Sat Dec 21, 2024 5:10 pm

phantombeta wrote: Thu Dec 19, 2024 5:21 pm The "Default" audio resampler option seems to default to "4-Point Gaussian" now instead of "Linear" as it previously did.
The previous resampler (since OpenAL Soft 1.23) was Cubic Spline, before that it was Linear. OpenAL Soft 1.24 added a new 4-Point Gaussian resampler and made it the default. There will likely be a 1.24.2 release soon that changes the default back to Cubic Spline since many people find it too distracting, particularly with low sample rate sounds. In the mean time, GZDoom does have an option to change the resampler so you can set it back to Cubic Spline or Linear (or Nearest, or one of the Sinc options), whichever you like best and your CPU is fast enough for.

Re: 4.14's openal update causes muffled sound effect

by phantombeta » Thu Dec 19, 2024 5:21 pm

The "Default" audio resampler option seems to default to "4-Point Gaussian" now instead of "Linear" as it previously did.

4.14's openal update causes muffled sound effect

by kevansevans » Thu Dec 19, 2024 5:16 pm

Link to github issue: https://github.com/ZDoom/gzdoom/issues/2865

Video showcasing the discrepancy: https://www.dropbox.com/scl/fi/hz8rsqkf ... 4wl8a&dl=0

This does not happen in 4.13, and if you replace the openal32.dll found in 4.14 with the one in 4.13, the issue goes away.

Top