EarLevels

public struct EarLevels : Codable, Equatable

Levels for a pair of ears.

Each array contains one value per frequency, ordered [250, 500, 1000, 2000, 4000, 8000] Hz. Values range from 0.0 to 1.0.

  • Levels for the left ear.

    Declaration

    Swift

    public let left: [Double]
  • Levels for the right ear.

    Declaration

    Swift

    public let right: [Double]