For now, my solution is below. Value of ReplayGainCoefficient is obtained by trial and error. Now much better than without ReplayGain; but I think this is too simple a way of calculation. public static class VolumeUtils { public static double ReplayGainCoefficient = 4.0 public static int DefaultLeve...