View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0016492 | MMW 5 | Codecs | public | 2020-04-05 13:29 | 2022-09-14 14:39 |
Reporter | peke | Assigned To | |||
Priority | high | Severity | tweak | Reproducibility | have not tried |
Status | new | Resolution | open | ||
Target Version | 5.2 | ||||
Summary | 0016492: ReplayGain: Support for Replaygain2 | ||||
Description | We 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 | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
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. |
|
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/ |
|
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. |