atsb / Doom64EX-Plus

An improved modern version of Doom64EX.
GNU General Public License v2.0
105 stars 17 forks source link

Volume is really quiet #53

Closed OpenRift412 closed 1 year ago

OpenRift412 commented 1 year ago

Both the sound and music volumes appear to be really quiet, even at max. Using Win64 build.

thekovic commented 1 year ago

I can confirm I observe the same behaviour on Win64 build (compiled myself). The audio with the volume sliders maxxed out is about 66% quieter than the same audio settings on the official PC remaster.

atsb commented 1 year ago

I think I know why. I changed the sliders to increase the sound by +1 each time so that it is a smooth action and doesn't skip positions, however this would also affect the maximum possible. I'll change it so it increases the sound by say +20.

atsb commented 1 year ago

I've uploaded a fixed 3.6.5 for win64 with the volume more than doubled. The sliders go up by +20 and -20 each time, so max'd out is pretty loud.

atsb commented 1 year ago

I did some experimenting with even higher values, but only a little higher than the current 300, fluidsynth will cut out completely and stop playing. We could probably bump it to say 350 as a maximum if it is still a bit too quiet, but this is absolutely a fluidsynth limitation.

thekovic commented 1 year ago

I built latest main and the music volume is much better. Maxxed out slider is almost as loud as the Remaster, within margin of error of shoddy ears for me, I'd say. Gun sounds are still a bit too quiet imo, and seem to get quieter if you shoot continuously. This seems to me like fluidsynth being shite so I'd perhaps not worry about it too much if the whole audio system is going to be replaced eventually.

atsb commented 1 year ago

We will be replacing it with SDL Mixer by the next release. Agreed, sound fx are still quiet and change depending on certain factors. Fluidsynth sucks.

atsb commented 1 year ago

3.6.5.1 binary should fix this.