NReplayGain by David Robinson, Glen Sawyer, Frank Klemm, Marcel Müller, Ivailo Karamanolev, Kyle McClellan

<PackageReference Include="NReplayGain" Version="1.0.2" />

 AlbumGain

public class AlbumGain
Contains ReplayGain data for an album.
public AlbumGain()

public void AppendTrackData(TrackGain trackGain)

After calculating the ReplayGain data for an album, call this to append the data to the album.

public double GetGain()

Returns the normalization gain for the entire album in decibels.

public double GetPeak()

Returns the peak album value, normalized to the [0,1] interval.