Audio is speech. The source wave file before encoding is already normalized by SoX
sox --norm ${inputWav} -b 16 -c 2 ${outputSox} rate -v 48000 dither -s
When archived with flac (Linux - flac 1.3.0)
REPLAYGAIN_TRACK_GAIN=+2.85 dB
REPLAYGAIN_TRACK_PEAK=0.99914551
When compressed with oggenc (vorbis-tools 1.4.0) and I use vorbisgain (VorbisGain v0.36 (libvorbis 1.0)) I get
REPLAYGAIN_TRACK_GAIN=+2.91 dB
REPLAYGAIN_TRACK_PEAK=1.01474988
When compressed with lame (LAME 64bits version 3.99.5) and the --replaygain-accurate switch, in the lame header I get
REPLAYGAIN_TRACK_GAIN=+3.3 dB
REPLAYGAIN_TRACK_PEAK=0.95100796
Those are all very similar,
But using normalize 0.7.7
Computing levels...
level peak gain
-10.8049dBFS -0.4359dBFS -1.1951dB audio.mp3
It wants to reduce the gain.
-=-
I'm assuming this likely means that normalize isn't using the ReplayGain algorithm but is doing something different, but is it normal for it to want to take the volume in the opposite direction of ReplayGain ??
normalize was run on the mp3