I do wish that MC would allow the ability to set Volume Normalization targets to reflect different services now available. For example - Spottify normalizes everything to -14 LUFS, Apple Music to -16 LUFS and so on.
Would be nice to be able to have Volume Leveling be flexible to use additional industry standards other than -23 LUFS (which is fairly useless for modern music).
I realize I could futz about and add gain to my chain - but I would love it if I could simple right click on an album and when I run Analyze Audio - have MC automatically analyze to the Spotify standard (-14 LUFS) or Apple Music (-16LUFS) based on what I where I would like the overall volume levelling to be.
VP
-23 LUFS is a part of the R128 spec, not an arbitrary decision.
I'm not sure why you think that -23 LUFS is "fairly useless" since the point is that it provides enough headroom that the majority of music will never be driven to clipping - which means no uneven leveling no matter the track being played.
Add 9 dB volume in the parametric EQ if you want to target -14 LUFS; but you will have more uneven leveling.
Add this as an expression column (or expression category) to evaluate your library with a target of -14 LUFS:
If(Compare(Math([Volume Level (R128),0] + RemoveCharacters(ListItem([Peak Level (R128),0], 0), / +dBTP)), <,
Math(-1 - (23 -14))),
No Clipping, <font color="ff0000">Clipping<//font>)
You can change
"Math(-1 - (23 -14)))," to any target level that you would like to test.
With my library:
-14 LUFS target: 39.8% of tracks will clip.
-16 LUFS target: 20.8% of tracks will clip.
-18 LUFS target: 9.0% of tracks will clip.
-20 LUFS target: 3.6% of tracks will clip.
-23 LUFS target: 1.3% of tracks will clip.
Now Media Center won't allow the tracks to clip - it will further reduce the volume of those tracks, resulting in uneven leveling.
While there are still tracks that will be pushed to clipping at the -23 LUFS target, it's a very small number, and the lower the target level is, the less clipping protection is going to be.
If I restrict it to only albums released in the last 15 years - which should be "modern" enough to mostly suffer from a reduced dynamic range, those numbers are:
-14 LUFS: 29.7%
-16 LUFS: 14.7%
-18 LUFS: 6.4%
-20 LUFS: 2.4%
-23 LUFS: 0.7%
So it is "improved" if you only consider modern mastering, but not as dramatically as you might think. -14 LUFS is still going to play 1/3 of tracks outside of the leveling target.
The reason that services like Spotify and iTunes will be using higher leveling targets is because they have millions of users and have no idea of what hardware they're going to be listening on.
-23 LUFS is probably "too quiet" for people that listen to music on their notebook, or tiny bluetooth speakers etc.