stereo.
Here are tags as foobar2000 wrote them and for the same file results with 'loudnorm'(which are essentially the same as ffmpeg loudnorm or bs1770):
----
zh@acus:/mnt/nvmeraid/music/flac/Hadouk Trio/Live à FIP (2006)$ metaflac --list --block-type="VORBIS_COMMENT" 2.03.Loukoumotive.flac
METADATA block #1
type: 4 (VORBIS_COMMENT)
is last: false
length: 830
vendor string: reference libFLAC 1.3.1 20141125
comments: 25
comment[0]: ALBUM=Live à FIP
comment[1]: ALBUM DYNAMIC RANGE=13
comment[2]: ARTIST=Hadouk Trio
comment[3]: COMMENT=ExactAudioCopy v0.95b3
comment[4]: DATE=2006
comment[5]: DISCNUMBER=2
comment[6]: DYNAMIC RANGE=13
comment[7]: GENRE=World Fusion
comment[8]: MUSICBRAINZ_ALBUMID=b4df2be1-abec-46f1-abe4-143d73b8ebf1
comment[9]: MUSICBRAINZ_ALBUMSTATUS=Official
comment[10]: MUSICBRAINZ_ALBUMTYPE=Live
comment[11]: MUSICBRAINZ_ARTISTID=c747d48e-975b-4b46-bf81-4ff42df82bb4
comment[12]: MUSICBRAINZ_DISCID=vvOKAOmG23kfvSv8bN_Cl3UE6RY-
comment[13]: MUSICBRAINZ_RELEASEGROUPID=d109473a-6448-3a21-a413-1e43849fcb66
comment[14]: MUSICBRAINZ_TRACKID=1b3fd245-8e3b-416f-9498-ae51fad8eddb
comment[15]: ORIGINAL RELEASE DATE=2006
comment[16]: TITLE=Loukoumotive
comment[17]: DISCTOTAL=2
comment[18]: TRACKTOTAL=7
comment[19]: TRACKNUMBER=03
comment[20]: ZEXCLUDE=1
comment[21]: replaygain_track_gain=-1.86 dB
comment[22]: replaygain_track_peak=1.168876
comment[23]: replaygain_album_gain=-1.21 dB
comment[24]: replaygain_album_peak=1.168876
--- after loudnorm:
zh@acus:~$ metaflac --list --block-type="VORBIS_COMMENT" rg.flac
METADATA block #1
type: 4 (VORBIS_COMMENT)
is last: false
length: 762
vendor string: reference libFLAC 1.3.1 20141125
comments: 23
comment[0]: ALBUM=Live à FIP
comment[1]: ALBUM DYNAMIC RANGE=13
comment[2]: ARTIST=Hadouk Trio
comment[3]: COMMENT=ExactAudioCopy v0.95b3
comment[4]: DATE=2006
comment[5]: DISCNUMBER=2
comment[6]: DISCTOTAL=2
comment[7]: DYNAMIC RANGE=13
comment[8]: GENRE=World Fusion
comment[9]: MUSICBRAINZ_ALBUMID=b4df2be1-abec-46f1-abe4-143d73b8ebf1
comment[10]: MUSICBRAINZ_ALBUMSTATUS=Official
comment[11]: MUSICBRAINZ_ALBUMTYPE=Live
comment[12]: MUSICBRAINZ_ARTISTID=c747d48e-975b-4b46-bf81-4ff42df82bb4
comment[13]: MUSICBRAINZ_DISCID=vvOKAOmG23kfvSv8bN_Cl3UE6RY-
comment[14]: MUSICBRAINZ_RELEASEGROUPID=d109473a-6448-3a21-a413-1e43849fcb66
comment[15]: MUSICBRAINZ_TRACKID=1b3fd245-8e3b-416f-9498-ae51fad8eddb
comment[16]: ORIGINAL RELEASE DATE=2006
comment[17]: REPLAYGAIN_TRACK_GAIN=-7.80 dB
comment[18]: REPLAYGAIN_TRACK_PEAK=1.358385
comment[19]: TITLE=Loukoumotive
comment[20]: TRACKNUMBER=03
comment[21]: TRACKTOTAL=7
comment[22]: ZEXCLUDE=1
for loudnorm i only scanned 1 file so album values are missing, but i think this is sufficient. here is the audio file information:
zh@acus:~$ mediainfo rg.flac
General
Complete name : rg.flac
Format : FLAC
Format/Info : Free Lossless Audio Codec
File size : 56.3 MiB
Duration : 8 min 27 s
Overall bit rate mode : Variable
Overall bit rate : 931 kb/s
Album : Live à FIP
Part : 2
Part/Total : 2
Track name : Loukoumotive
Track name/Position : 03
Track name/Total : 7
Performer : Hadouk Trio
Genre : World Fusion
Recorded date : 2006
Cover : Yes
Cover type : Cover (front)
Cover MIME : image/jpeg
Comment : ExactAudioCopy v0.95b3
ALBUM DYNAMIC RANGE : 13
DYNAMIC RANGE : 13
MUSICBRAINZ_ALBUMSTATUS : Official
MUSICBRAINZ_ALBUMTYPE : Live
MUSICBRAINZ_RELEASEGROUPID : d109473a-6448-3a21-a413-1e43849fcb66
ORIGINAL RELEASE DATE : 2006
ZEXCLUDE : 1
Audio
Format : FLAC
Format/Info : Free Lossless Audio Codec
Duration : 8 min 27 s
Bit rate mode : Variable
Bit rate : 930 kb/s
Channel(s) : 2 channels
Channel layout : L R
Sampling rate : 44.1 kHz
Bit depth : 16 bits
Compression mode : Lossless
Replay gain : -7.80 dB
Replay gain peak : 1.358385
Stream size : 56.3 MiB (100%)
Writing library : libFLAC 1.3.1 (2014-11-25)
MD5 of the unencoded content : FB415EEB5935FDAD30BCFCEBFA3B228B
Hope this helps!
thank you