Post bugs that have to do with sound and/or in-game music here.
Moderator:GZDoom Developers
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!
It seems to be only a couple dB louder from my measurements. The sounds in question seem to be rocket_add1.ogg through rocket_add4.ogg, which are all stereo sounds used with 3D spatialization. I don't remember if it was GZDoom or another OpenAL app someone reported, but there was an issue where a stereo sound using 3D spatialization would have a sudden jump in volume when it moved onto the listener (a local sound), and a sudden dip when it moved off of the listener (a non-local sound). This created an inexplicable spike in volume when the sound position passed through the listener, which was due to the way it handled local vs non-local multichannel sound volumes. So there was a slight adjustment to the volume of non-local multichannel sounds to make the change less abrupt (a small increase for a non-local sound that's going to be attenuated anyway was preferable to a small decrease to a local sound's max volume). It also makes the behavior consistent between the various sound formats.