ReplayGain

public struct ReplayGain

Replay Gain gain and peak information

  • The replay gain in dB

    Declaration

    Swift

    public let gain: Float
  • The peak sample normalized to [-1, 1)

    Declaration

    Swift

    public let peak: Float