View Issue Details

IDProjectCategoryView StatusLast Update
0016492MMW 5Codecspublic2022-09-14 14:39
Reporterpeke Assigned To 
PriorityhighSeveritytweakReproducibilityhave not tried
Status newResolutionopen 
Target Version5.2 
Summary0016492: ReplayGain: Support for Replaygain2
DescriptionWe should at least look and get involved in supporting ReplayGain 2 for future versions of MM.

https://wiki.hydrogenaud.io/index.php?title=ReplayGain_2.0_specification
https://wiki.hydrogenaud.io/index.php?title=Talk:ReplayGain_2.0_specification

https://hydrogenaud.io/index.php/topic,89841.0.html
https://hydrogenaud.io/index.php/topic,86116.0.html
https://hydrogenaud.io/index.php/topic,85978.0.html
TagsNo tags attached.
Fixed in build

Activities

jiri

2020-04-06 09:40

administrator   ~0057493

Makes sense to me. It probably wouldn't be too hard to replace the current RG calculation code by a new library: https://github.com/jiixyj/libebur128

Apart from this, there doesn't seem any significant change needed.

peke

2020-04-21 23:40

developer   ~0057676

Last edited: 2020-04-21 23:43

One more user reported that Tracks can clip at 95db Setting eben clipping prevention is enabled.

Looks like difference in Replay gain calculations are the issue and either disabling or recalculating it MM fixes clipping. To be yet confirmed.

some tracks with high difference in standards https://hydrogenaud.io/index.php/topic,86429.0.html

https://sourceforge.net/projects/r128gain/files/r128gain/1.0/

michal

2021-06-14 07:59

developer   ~0063915

Last edited: 2021-06-14 08:16

We should also add replay gain album peak value to metadata and use it with album gain value, we currently do not use it, but it is part of RG2 standard. Formats mostly use replaygain_album_peak or REPLAYGAIN_ALBUM_PEAK tags for it.
We should probably prefill this values automatically during DB upgrade, it can be simply computed from track peak values.